Add .gitattributes.
authorDavid E. Wheeler <david@justatheory.com>
Sat, 25 Feb 2012 22:20:35 +0000 (14:20 -0800)
committerDavid E. Wheeler <david@justatheory.com>
Sat, 25 Feb 2012 22:20:35 +0000 (14:20 -0800)
So that .gitignore can be excluded from the archive. And .gitattributes itself, of course.

.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..7dc7045
--- /dev/null
@@ -0,0 +1,4 @@
+.gitignore export-ignore
+.gitattributes export-ignore
+
+