mirror of
https://git.busybox.net/uClibc
synced 2025-10-14 01:32:00 +08:00
38 lines
272 B
Plaintext
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
|