add .gitattribute file to exclude some files when creating an archive using the git...
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Sun, 28 Mar 2010 21:28:35 +0000 (23:28 +0200)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Sun, 28 Mar 2010 21:28:35 +0000 (23:28 +0200)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..81c5bcd
--- /dev/null
@@ -0,0 +1,4 @@
+/tests export-ignore
+.gitattributes export-ignore
+.gitignore export-ignore
+.build_tests.php export-ignore