Преглед на файлове

exclude repository-settings from source-package generated via 'git archive'

IOhannes m zmölnig преди 8 години
родител
ревизия
eb0ace4e18
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      .gitattributes

+ 7 - 0
.gitattributes

@@ -13,3 +13,10 @@ CHANGES text eol=lf
 CREDITS text eol=lf
 LICENSE text eol=lf
 Readme.md text eol=lf
+# make sure that repo-specific settings (.gitignore, CI-setup,...)
+# are excluded from the source-package generated via 'git archive'
+.git*      	export-ignore
+/.travis*	export-ignore
+/.coveralls*	export-ignore
+appveyor.yml	export-ignore
+