diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 14:35:02 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 14:35:02 -0400 |
commit | f322727b92957ccd4b0366dbd42908613222033a (patch) | |
tree | db9fdf751b0b9c99bdb518e5a3d0e1a13a3bda86 /.gitignore | |
parent | 9a24d04a3c26c223f22493492c5c9085b8773d4a (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 22fb8fa9bc3d..8d14531846b9 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -12,6 +12,7 @@ | |||
12 | *.s | 12 | *.s |
13 | *.ko | 13 | *.ko |
14 | *.so | 14 | *.so |
15 | *.so.dbg | ||
15 | *.mod.c | 16 | *.mod.c |
16 | *.i | 17 | *.i |
17 | *.lst | 18 | *.lst |