X-loader: add gitignore
authorNishanth Menon <nm@ti.com>
Sat, 11 Dec 2010 23:21:59 +0000 (17:21 -0600)
committerNishanth Menon <nm@ti.com>
Tue, 14 Dec 2010 19:20:40 +0000 (13:20 -0600)
it is kind of irritating to get much git status
for object files

Signed-off-by: Nishanth Menon <nm@ti.com>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..5bc6dd2
--- /dev/null
@@ -0,0 +1,50 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# Normal rules
+#
+.*
+*.o
+*.o.*
+*.a
+*.s
+*.ko
+*.so
+*.so.dbg
+*.mod.c
+*.i
+*.lst
+*.symtypes
+
+#
+# Top-level generic files
+#
+x-load
+x-load.*
+System.map
+include/asm/arch
+include/asm/proc
+include/config.h
+include/config.mk
+!.gitignore
+signGP
+MLO
+
+#
+# Generated include files
+#
+
+# stgit generated dirs
+patches-*
+
+# quilt's files
+patches
+series
+
+# cscope files
+cscope.*
+
+*.orig
+*.rej