Skip to content

Commit 92691c1

Browse files
committed
add some missed generated artifacts to gitignore
1 parent dda6276 commit 92691c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ ipch
2323
# OSX/Linux build products
2424
*.mak
2525
*.mak.vpc_crc
26+
.ninja_deps
27+
.ninja_log
28+
compile_commands.json
2629
*.xcodeproj/
2730
obj*/
2831
!devtools/*.mak
@@ -48,6 +51,12 @@ client.dylib.dSYM/
4851
server.dylib
4952
server.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
5261
config.cfg
5362

@@ -505,8 +514,10 @@ FodyWeavers.xsd
505514

506515
# TC2 MOD
507516
mod_hl2mp_win64.exe
517+
mod_hl2mp_linux64
508518
mod_tf_win64.exe
509519
tc2_win64.exe
520+
tc2_linux64
510521

511522
game/platform/config
512523

0 commit comments

Comments
 (0)