Skip to content

Commit

Permalink
[POWERPC] Update .gitignore for new vdso generated files
Browse files Browse the repository at this point in the history
We now generate vdso[32,64].so.dbg as part of the build so
add them to .gitignore

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed Oct 8, 2007
1 parent 86a04d9 commit 6039680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/kernel/vdso32/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vdso32.lds
vdso32.so.dbg
1 change: 1 addition & 0 deletions arch/powerpc/kernel/vdso64/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vdso64.lds
vdso64.so.dbg

0 comments on commit 6039680

Please sign in to comment.