mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
16 lines
185 B
Plaintext
16 lines
185 B
Plaintext
#ignore backup files
|
|
backup/
|
|
|
|
#ignore files generated by the compiler
|
|
lib/
|
|
*.compiled
|
|
*.o
|
|
*.or
|
|
*.ppu
|
|
|
|
#ignore debug information files
|
|
*.dbg
|
|
|
|
#exclude executable output in windows
|
|
*.exe
|