#
# Build ignores
#
.*
*.o
*.o.*
*.a
*.s
*.1.gz
Kbuild
Config.in

#
# Never ignore these
#
!.gitignore

#
# Normal output and testing dirs
#
/foo
/fsck.winregfs
/mount.winregfs
/debug.log
/*.?.gz

#
# Backups / patches
#
*~
*.orig
*.rej
/*.patch

#
# debugging stuff
#
core
.gdb_history
.gdbinit
*.hiv

