cnq3/.gitignore
myT 02589839cd renamed /build to /makefiles
outputting to /.build (temp) and /.bin (final) instead of ../.bin
removed the premake option "quake3dir"
on Linux, not copying files if $QUAKE3DIR is undefined/empty
on Linux, compiling all C++ code with -std=c++98
added a meta-Makefile at the root for convenience
added build documentation (build.md)
2017-08-01 22:30:04 +02:00

15 lines
163 B
Text

*.obj
*.dll
*.exe
*.sdf
*.suo
*.ncb
*.pdb
*.idb
code/qcommon/git.h
code/win32/winquake.res
makefiles/vs*/*sdf
makefiles/*/obj
.build
.bin
/.project