Add .gitattributes to make the distribution files cleaner

Don't include .gitignore and .gitattributes itself, but do include the
SHA-1 of the commit in the .tag file.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Thiago Macieira
2015-09-16 12:11:20 -07:00
parent 07716ef9a0
commit b2a7f3ee3c
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
.tag export-subst
.gitignore export-ignore
.gitattributes export-ignore
+1
View File
@@ -0,0 +1 @@
$Format:%H$