File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 2323# OSX/Linux build products
2424* .mak
2525* .mak.vpc_crc
26+ .ninja_deps
27+ .ninja_log
28+ compile_commands.json
2629* .xcodeproj /
2730obj * /
2831! devtools /* .mak
@@ -48,6 +51,12 @@ client.dylib.dSYM/
4851server.dylib
4952server.dylib.dSYM /
5053
54+ # Stupid build system puts these alongside commited build artifacts (WHY)
55+ src /lib /public /linux64 /mathlib.a
56+ src /lib /public /linux64 /raytrace.a
57+ src /lib /public /linux64 /tier1.a
58+ src /lib /public /linux64 /vgui_controls.a
59+
5160# files generated by running a mod
5261config.cfg
5362
@@ -505,8 +514,10 @@ FodyWeavers.xsd
505514
506515# TC2 MOD
507516mod_hl2mp_win64.exe
517+ mod_hl2mp_linux64
508518mod_tf_win64.exe
509519tc2_win64.exe
520+ tc2_linux64
510521
511522game /platform /config
512523
You can’t perform that action at this time.
0 commit comments