Add gitattributes file and exclude attic/ from git archive

This commit is contained in:
Ignacio R. Morelle 2015-01-23 16:12:44 -03:00
parent e6209814ac
commit fff11576a3

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Exclude project-internal files from releases
attic/ export-ignore