diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 20:35:02 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 20:35:02 +0200 |
commit | f322727b92957ccd4b0366dbd42908613222033a (patch) | |
tree | db9fdf751b0b9c99bdb518e5a3d0e1a13a3bda86 /arch | |
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 'arch')
-rw-r--r-- | arch/x86_64/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/.gitignore b/arch/x86_64/.gitignore new file mode 100644 index 00000000000..36ef4c374d2 --- /dev/null +++ b/arch/x86_64/.gitignore @@ -0,0 +1 @@ +boot |