mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-14 08:31:04 +00:00
19 lines
223 B
Text
19 lines
223 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/
|
|
.vs/
|
|
*.log
|
|
*.ncb
|
|
*.opt
|
|
*.plg
|
|
*.suo
|
|
*.user
|
|
*.aps
|
|
*.clw
|
|
*.pdb
|
|
*.ilk
|