git: Exclude Vagrant and Puppet related files when generating an archive

This commit is contained in:
Eric Lippmann 2015-02-03 15:14:03 +01:00
parent a23752de63
commit d9966995d8
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored
View File

@ -1,5 +1,8 @@
# Exclude files related to git when generating an archive
.git* export-ignore
# Exclude Vagrant and Puppet related files when generating an archive
.puppet* export-ignore
Vagrantfile export-ignore
# Normalize puppet manifests' line endings to LF on checkin and prevent conversion to CRLF when the files are checked out
.puppet* eol=lf