Codebase list uclibc / 90572226-769f-4c31-b0e1-17b1a57f3dfc/main .gitignore
90572226-769f-4c31-b0e1-17b1a57f3dfc/main

Tree @90572226-769f-4c31-b0e1-17b1a57f3dfc/main (Download .tar.gz)

.gitignore @90572226-769f-4c31-b0e1-17b1a57f3dfc/mainraw · 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