From 649d01d5c160b8d4f7ed6a2cb7b1670931d19938 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 14 Sep 2015 21:20:08 +0200 Subject: [PATCH] Don't add git-only files in git-archive So, don't ignore them during the distcheck --- .gitattributes | 3 +++ tools/internal/check_dist_archive.exclude | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..0f7186c54d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.gitattributes export-ignore +.gitignore export-ignore + diff --git a/tools/internal/check_dist_archive.exclude b/tools/internal/check_dist_archive.exclude index 558ff6a5c3..847e698ae3 100644 --- a/tools/internal/check_dist_archive.exclude +++ b/tools/internal/check_dist_archive.exclude @@ -11,9 +11,6 @@ + \.classpath + \.cproject -+ \.gitignore -+ examples/simdag/dot/.gitignore -+ examples/smpi/mc/.gitignore + \.project + \.travis.yml + appveyor.yml -- 2.20.1