Skip to content

Commit

Permalink
x86: update .gitignore entries
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner committed Oct 19, 2007
1 parent 9a24d04 commit f322727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,6 +12,7 @@
*.s
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst
Expand Down
1 change: 1 addition & 0 deletions arch/x86_64/.gitignore
@@ -0,0 +1 @@
boot

0 comments on commit f322727

Please sign in to comment.