Add .gitignore
authorMichael Buesch <mb@bu3sch.de>
Sun, 13 Jan 2008 23:36:06 +0000 (00:36 +0100)
committerMichael Buesch <mb@bu3sch.de>
Sun, 13 Jan 2008 23:36:06 +0000 (00:36 +0100)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ad03008
--- /dev/null
@@ -0,0 +1,26 @@
+.*
+*.o
+*.o.*
+*.a
+*.s
+*.so
+*.so.dbg
+*.i
+*.lst
+.gitignore
+
+*.ucode
+*.initval
+
+# stgit generated dirs
+patches-*
+
+# quilt's files
+patches
+series
+
+# cscope files
+cscope.*
+
+*.orig
+*.rej