Add .gitattributes

This will help to strip out some developer-only files from the
GitHub generated tarballs.
This commit is contained in:
Christoph Junghans
2020-07-30 10:51:13 -06:00
parent 7d46aa6185
commit 3370d2f8de

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore