thirtyflightsofloving/.gitignore
Knightmare66 09bcccf8bf Fix crash in fog code when loading save from different/incompatible game DLL. Add support for game DLLs compiled for current development version.
Fixed crash in Fog_Off() when called from ShutdownGame(), typically when trying to load an incompatible savegame from a different (or different version) game DLL.
Added filesytem function exports to game DLL from development branch to support game DLLs compiled for that version.
2019-03-13 19:54:41 -04:00

20 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