From b2a7f3ee3cdb86d14cc723c941d263b7db4fda46 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 15 Sep 2015 22:53:34 -0700 Subject: [PATCH] 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 --- .gitattributes | 3 +++ .tag | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitattributes create mode 100644 .tag diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..018cf2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore diff --git a/.tag b/.tag new file mode 100644 index 0000000..6828f88 --- /dev/null +++ b/.tag @@ -0,0 +1 @@ +$Format:%H$