summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2018-09-18 21:54:17 +0000
committerDmitry V. Levin <ldv@altlinux.org>2018-09-18 21:54:17 +0000
commit9eeab9844831ce0a80150eb3dd184badae703d21 (patch)
treeca6b40441840c90752324ce59ad40e0107cb8f34 /.gitattributes
parent96df4b36f6346f4474d2bb8ef6efd785aa7586e0 (diff)
downloadstrace-9eeab9844831ce0a80150eb3dd184badae703d21.tar.gz
Disable git-archive
Since configure uses git-version-gen which in turn depends on "git describe" or a .tarball-version file, raw archives generated by "git archive" cannot be built. * .gitattributes: New file. * README-github_gitlab-autogenerated-archives.txt: Likewise.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..d4eba3a9c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+/* export-ignore
+/README-github_gitlab-autogenerated-archives.txt -export-ignore