#
# IDE local settings
#
.project
.DS_Store

#
# Build ignores
#
.config
.config.old

*.o
*.a
*.1.gz
Kbuild
cross

#
# Never ignore these
#
!.gitignore

#
# Normal output and testing dirs
#
target

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

#
# Debugging stuff
#
*.map
core
.gdb_history
.gdbinit
