projects
/
plproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7b418
)
Add .gitattributes.
author
David E. Wheeler
<david@justatheory.com>
Sat, 25 Feb 2012 22:20:35 +0000
(14:20 -0800)
committer
David 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]
patch
|
blob
diff --git a/.gitattributes
b/.gitattributes
new file mode 100644
(file)
index 0000000..
7dc7045
--- /dev/null
+++ b/
.gitattributes
@@ -0,0
+1,4
@@
+.gitignore export-ignore
+.gitattributes export-ignore
+
+