Blame SOURCES/git-housekeeping-Add-the-.gitattributes-file.patch

273c50
From 79f3e0b116dcb1bc0c1d10b370275e14733bcd47 Mon Sep 17 00:00:00 2001
273c50
From: John Kacur <jkacur@redhat.com>
273c50
Date: Fri, 17 May 2013 14:24:47 +0200
273c50
Subject: [PATCH 2/4] git-housekeeping: Add the .gitattributes file
273c50
273c50
By adding the .gitattributes file, git-archive can be informed not to
273c50
include files such as .gitignore and ironically .gitattributes
273c50
when creating an archive.
273c50
273c50
Signed-off-by: John Kacur <jkacur@redhat.com>
273c50
---
273c50
 .gitattributes | 2 ++
273c50
 1 file changed, 2 insertions(+)
273c50
 create mode 100644 .gitattributes
273c50
273c50
diff --git a/.gitattributes b/.gitattributes
273c50
new file mode 100644
273c50
index 0000000..5966153
273c50
--- /dev/null
273c50
+++ b/.gitattributes
273c50
@@ -0,0 +1,2 @@
273c50
+.gitattributes export-ignore
273c50
+.gitignore export-ignore
273c50
-- 
273c50
1.8.1.4
273c50