mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-15 00:41:21 +00:00
21 lines
228 B
Text
21 lines
228 B
Text
|
# ignore all make dependency files and linux object binaries
|
||
|
*.d
|
||
|
*.o
|
||
|
bin/
|
||
|
|
||
|
# ignore all the windows binaries - they shouldn't be committed!
|
||
|
Debug/
|
||
|
Release/
|
||
|
x64/
|
||
|
.vs/
|
||
|
*.log
|
||
|
*.ncb
|
||
|
*.opt
|
||
|
*.plg
|
||
|
*.suo
|
||
|
*.user
|
||
|
*.aps
|
||
|
*.clw
|
||
|
*.pdb
|
||
|
*.ilk
|