2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

x86: update .gitignore entries

vdso / vsycall create .so.dbg files now.
Add *.so.dbg to the main .ignore file

Exclude the compile time created boot directory in arch/x86_64 as well

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Thomas Gleixner 2007-10-19 20:35:02 +02:00
parent 9a24d04a3c
commit f322727b92
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@
*.s *.s
*.ko *.ko
*.so *.so
*.so.dbg
*.mod.c *.mod.c
*.i *.i
*.lst *.lst

1
arch/x86_64/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
boot