dhewm3/.gitignore
HarrievG 5dd826ee38 Dll load errors (#1)
* Windows DLL-Load-Errors
Added error reporting using formatmessage, ignoring if the DLL just
doesn't exist, custom warning for "[193 (0xC1)] is not a valid Win32
application." (probably wrong architecture)

* update gitignore with build folder
2021-01-18 00:38:29 +01:00

14 lines
109 B
Text

/build*
*~
.*.swp
*.pyc
.cproject
.project
.settings/
/dhewm*
/*-releases/
/neo/.vs*
/neo/out*
/neo/build*