aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-03-22 11:20:52 +0100
committerAndrea Bolognani <abologna@redhat.com>2022-03-22 11:49:11 +0100
commit57ba70da5312170883a3d622cd2aa3fd0e2ec7ae (patch)
treee64fee78bb85d45443ab8f50964919f568a5ebfc
parentda30b01ffaf702db082cd01ba594dd4fb4143e58 (diff)
downloadkeycodemapdb-57ba70da5312170883a3d622cd2aa3fd0e2ec7ae.zip
keycodemapdb-57ba70da5312170883a3d622cd2aa3fd0e2ec7ae.tar.gz
keycodemapdb-57ba70da5312170883a3d622cd2aa3fd0e2ec7ae.tar.bz2
Add .gitattributes file
The files marked as export-ignore here are not going to be included in the tarball produced by 'meson dist' when using meson >= 0.60. Older versions of meson excluded some files automatically, but that no longer happens. Note that, while keycodemapdb itself doesn't use meson or really produce release tarballs, the presence of this file will help meson-using projects that include it as a git submodule - for example libvirt. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..65be382
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+**/.gitattributes export-ignore
+**/.gitignore export-ignore