mirror of
https://github.com/github/gitignore
synced 2024-11-11 06:18:51 +01:00
12 lines
145 B
Plaintext
12 lines
145 B
Plaintext
|
#ignore backup files
|
||
|
backup/
|
||
|
|
||
|
#ignore files generated by the compiler
|
||
|
lib/
|
||
|
*.compiled
|
||
|
*.o
|
||
|
*.or
|
||
|
*.ppu
|
||
|
|
||
|
#exclude executable output in windows
|
||
|
*.exe
|