thirtyflightsofloving/.gitignore
2020-08-01 23:00:38 -04:00

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