From be350447620ca6b1143753d15a967c334a7d6ffb Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Sat, 25 Feb 2012 14:20:35 -0800 Subject: [PATCH] Add .gitattributes. So that .gitignore can be excluded from the archive. And .gitattributes itself, of course. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7dc7045 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitignore export-ignore +.gitattributes export-ignore + + -- 2.39.5