1
0
Fork 0

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>
hifive-unleashed-5.1
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
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst

1
arch/x86_64/.gitignore vendored 100644
View File

@ -0,0 +1 @@
boot