Files
uClibc/.gitignore
Bernhard Reutner-Fischer 30c4dd1f3a .gitignore: Ignore dump files
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-04-04 07:54:36 +02:00

38 lines
272 B
Plaintext

#
# Never ignore these
#
!.gitignore
#
# Generated files
#
*.os
*.oS
*.a
*.i
*.o
*.depend
lib/
install_dir/
.config*
.*.dep
/*.log
cscope.*
#
# Debugging files
#
.gdb_history
.gdbinit
core
*.c.[0-9][0-9][0-9]t.*
#
# Backups / patches
#
*~
*.orig
*.rej
/*.patch
/*.diff