[2.6 patch] update .gitignore

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: <linux-kernel@...>
Date: Wednesday, August 1, 2007 - 9:10 am

Some shipped files were wrongly ignored by git.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

 .gitignore |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

--- linux-2.6.23-rc1-mm2/.gitignore.old	2007-08-01 14:12:43.000000000 +0200
+++ linux-2.6.23-rc1-mm2/.gitignore	2007-08-01 14:52:51.000000000 +0200
@@ -14,18 +14,25 @@
 *.so
 *.mod.c
 *.i
+!include/asm-*/*.i
 *.lst
 *.symtypes
 
+# .gitignore files
+!.gitignore
+
 #
 # Top-level generic files
 #
 tags
 TAGS
 vmlinux*
-!vmlinux.lds.S
+!vmlinux*.lds*
+!vmlinux*.scr
 System.map
 Module.symvers
+!.mailmap
+!.mm
 
 #
 # Generated include files

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] update .gitignore, Adrian Bunk, (Wed Aug 1, 9:10 am)
Re: [2.6 patch] update .gitignore, Alexey Dobriyan, (Wed Aug 1, 3:07 pm)
Re: [2.6 patch] update .gitignore, Adrian Bunk, (Wed Aug 1, 3:10 pm)
Re: [2.6 patch] update .gitignore, Adrian Bunk, (Sun Aug 19, 7:01 pm)
Re: [2.6 patch] update .gitignore, Andi Kleen, (Sun Aug 19, 8:16 pm)
[2.6 patch] rename .i assembler includes to .h, Adrian Bunk, (Wed Aug 29, 7:29 pm)