Skip to content

Commit

Permalink
x86: gitignore arch/x86/vdso files
Browse files Browse the repository at this point in the history
Teach git to ignore generated files in
arch/x86/vdso/*

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Roland McGrath <roland@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Sam Ravnborg authored and Ingo Molnar committed Jan 30, 2008
1 parent 8eed926 commit 037f52a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/x86/vdso/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
vdso.lds
vdso-syms.lds
vdso32-syms.lds
vdso32-syscall-syms.lds
vdso32-sysenter-syms.lds
1 change: 1 addition & 0 deletions arch/x86/vdso/vdso32/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vdso32.lds

0 comments on commit 037f52a

Please sign in to comment.