Skip to content

Commit

Permalink
Update .gitignore to include some kernel build files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruchon committed Mar 1, 2015
1 parent 71d9477 commit dbffde5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
Kbuild
Config.in
dev86
.config
.config.old

#
# Never ignore these
Expand All @@ -19,6 +21,21 @@ dev86
#
# Normal output and testing dirs
#
elks/System.map
elks/arch/i86/Boot.map
elks/arch/i86/Setup.map
elks/arch/i86/boot/Image
elks/arch/i86/boot/bootsect
elks/arch/i86/boot/setup
elks/arch/i86/boot/system
elks/arch/i86/drivers/char/KeyMaps/keymaps.h
elks/arch/i86/kernel/entry.c
elks/arch/i86/tools/build
elks/arch/i86/tools/mkbootloader
elks/include/arch/asm-offsets.h
elks/include/linuxmt/autoconf.h
elks/include/linuxmt/compiler-generated.h


#
# Backups / patches
Expand Down

0 comments on commit dbffde5

Please sign in to comment.