gitattributes: Do not export any .git paths in git archive

We have paths for `.gitattributes` itself, `.gitignore`, and
`.github`.  None should be exported in source archives.
This commit is contained in:
Brad King 2019-07-21 20:30:32 -04:00
parent fdc9fadef5
commit 3cb87cbbee

2
.gitattributes vendored
View File

@ -1,4 +1,4 @@
.gitattributes export-ignore
.git* export-ignore
.hooks* export-ignore
# Custom attribute to mark sources as using our C code style.