my .gitignore, to avoid having files suggested to be commited.
authorPaul POULAIN <paul.poulain@biblibre.com>
Mon, 14 Apr 2008 09:59:06 +0000 (11:59 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 15 Apr 2008 04:46:56 +0000 (23:46 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..740b7f5
--- /dev/null
@@ -0,0 +1,6 @@
+*.patch
+*.*~
+*.old
+*.tgz
+*.iso2709
+.directory
\ No newline at end of file