From: Martin Quinson Date: Mon, 14 Sep 2015 19:20:08 +0000 (+0200) Subject: Don't add git-only files in git-archive X-Git-Tag: v3_12~187^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/649d01d5c160b8d4f7ed6a2cb7b1670931d19938 Don't add git-only files in git-archive So, don't ignore them during the distcheck --- 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