Skip to content

Commit

Permalink
.gitignore update for x86 arch
Browse files Browse the repository at this point in the history
This patch:
- makes .gitignore files visible to git
- makes arch/x86/kernel/vsyscall_32.lds and arch/i386/boot invisible

Signed-off-by: Denis V. Lunev <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
  • Loading branch information
Denis V. Lunev authored and KAGA-KOKO committed Oct 17, 2007
1 parent 21ebddd commit 9e447a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ vmlinux*
!vmlinux.lds.S
System.map
Module.symvers
!.gitignore

#
# Generated include files
Expand Down
1 change: 1 addition & 0 deletions arch/i386/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
boot
1 change: 1 addition & 0 deletions arch/x86/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vsyscall.lds
vsyscall_32.lds

0 comments on commit 9e447a7

Please sign in to comment.