Codebase list uclibc / debian/1.0.20-1 .gitignore
debian/1.0.20-1

Tree @debian/1.0.20-1 (Download .tar.gz)

.gitignore @debian/1.0.20-1raw · history · blame

#
# 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