Exclude repository-configuration from git-archive

having a .gitignore file in the git-archives (e.g. like the automated
archives provided by github) is rather annoying if the archive gets
imported in other repositories.
This commit is contained in:
IOhannes m zmölnig 2020-11-12 11:29:06 +01:00 committed by evpobr
parent bf24f18b2c
commit e6515abca0

4
.gitattributes vendored
View File

@ -13,3 +13,7 @@
# to native line endings on checkout.
*.c text
*.h text
# exclude repository configurations from 'git archive'
.git* export-ignore
.travis.yml export-ignore