]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - .gitignore
net: Add a WARN_ON_ONCE() to the transmit timeout function
[linux-2.6-omap-h63xx.git] / .gitignore
index 9eb4b77114994877b247c1d165f3920f680cc7e6..090b293b87792a815cf51aeccb590ec37c90cfa3 100644 (file)
@@ -7,14 +7,17 @@
 #
 .*
 *.o
+*.o.*
 *.a
 *.s
 *.ko
 *.so
+*.so.dbg
 *.mod.c
 *.i
 *.lst
 *.symtypes
+*.order
 
 #
 # Top-level generic files
 tags
 TAGS
 vmlinux*
+!vmlinux.lds.S
 System.map
+Module.markers
 Module.symvers
+!.gitignore
 
 #
 # Generated include files
@@ -35,6 +41,7 @@ include/linux/autoconf.h
 include/linux/compile.h
 include/linux/version.h
 include/linux/utsrelease.h
+include/linux/bounds.h
 
 # stgit generated dirs
 patches-*
@@ -42,3 +49,11 @@ patches-*
 # quilt's files
 patches
 series
+
+# cscope files
+cscope.*
+
+*.orig
+*.rej
+*~
+\#*#