2023-04-14 21:42:59 +02:00
|
|
|
# Files to ignore when considering what GIT should commit.
|
|
|
|
|
|
|
|
# Visual Studio
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
*.sln.docstates
|
|
|
|
*.obj
|
|
|
|
*.pch
|
|
|
|
*.tlog
|
|
|
|
*.log
|
|
|
|
*.scc
|
|
|
|
*.exp
|
|
|
|
*.ilk
|
|
|
|
*.lastbuildstate
|
2023-04-16 07:18:00 +02:00
|
|
|
*.pdb
|
2023-04-14 21:42:59 +02:00
|
|
|
ipch
|
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
*.idb
|
|
|
|
*.vcxproj
|
|
|
|
*.sln
|
|
|
|
|
|
|
|
# OSX/Linux build products
|
|
|
|
*.mak
|
|
|
|
*.mak.vpc_crc
|
|
|
|
*.xcodeproj/
|
2023-05-17 02:05:22 +02:00
|
|
|
*.project
|
2023-04-14 21:42:59 +02:00
|
|
|
obj*/
|
|
|
|
!devtools/*.mak
|
|
|
|
!utils/smdlexp/smdlexp.mak
|
|
|
|
|
|
|
|
# Specific Source build products
|
|
|
|
client.pdb
|
|
|
|
client.dll
|
|
|
|
client.lib
|
|
|
|
server.pdb
|
|
|
|
server.dll
|
|
|
|
server.lib
|
|
|
|
|
|
|
|
client.so
|
|
|
|
client.so.dbg
|
|
|
|
server.so
|
|
|
|
server.so.dbg
|
2023-05-17 02:05:22 +02:00
|
|
|
client_srv.so
|
|
|
|
client_srv.so.dbg
|
2023-04-14 21:42:59 +02:00
|
|
|
server_srv.so
|
|
|
|
server_srv.so.dbg
|
|
|
|
|
|
|
|
client.dylib
|
|
|
|
client.dylib.dSYM/
|
|
|
|
server.dylib
|
|
|
|
server.dylib.dSYM/
|
|
|
|
|
2023-04-28 15:33:32 +02:00
|
|
|
config.cfg
|
|
|
|
|
2023-04-14 21:42:59 +02:00
|
|
|
*.tmp
|
|
|
|
*.bsp
|
|
|
|
*.sav
|
|
|
|
*.hl1
|
|
|
|
*.hl2
|
2023-04-15 22:39:15 +02:00
|
|
|
*.hl3
|
2023-04-16 07:18:00 +02:00
|
|
|
*.dat
|
|
|
|
*.dll
|
|
|
|
*.lib
|
2023-04-20 01:20:23 +02:00
|
|
|
*.vpc.sentinel
|
2023-04-28 15:33:32 +02:00
|
|
|
*.tga
|
|
|
|
|
2023-05-17 02:26:37 +02:00
|
|
|
# Let's not include binary blobs because they can mess with build cache and cause linking errors.
|
|
|
|
# All of the close source valve provided blobs should be already in the repository.
|
|
|
|
*.a
|
|
|
|
|
2023-04-30 06:22:06 +02:00
|
|
|
ep1_gamestats.dat
|
2023-05-04 17:02:48 +02:00
|
|
|
**/DownloadLists/*
|
2023-05-12 05:45:14 +02:00
|
|
|
chaos_random_cc.raw
|
|
|
|
modelsounds.cache
|