Преглед изворни кода

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>
Thomas Gleixner пре 17 година
родитељ
комит
f322727b92
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      .gitignore
  2. 1 0
      arch/x86_64/.gitignore

+ 1 - 0
.gitignore

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

+ 1 - 0
arch/x86_64/.gitignore

@@ -0,0 +1 @@
+boot