mirror of
https://github.com/wfjm/w11.git
synced 2026-01-13 15:37:43 +00:00
19 lines
140 B
Plaintext
19 lines
140 B
Plaintext
# backup files
|
|
*.bak
|
|
*~
|
|
|
|
# archives
|
|
*.gz
|
|
*.tar
|
|
*.tgz
|
|
|
|
# make auto-dependency
|
|
*.dep
|
|
*.dep_*
|
|
|
|
# temporary and generated
|
|
*.o
|
|
*.tmp
|
|
*.log
|
|
core
|