# Files to ignore when considering what GIT should commit.

*.vpc_crc
*.filters
*.pdb
*sentinel
*\.pb.cc
*\.pb.h
*.unsuccessfulbuild

.idea/
sp/
*.iml
*.dbg
*.swp
*~
mp/game/

# Visual Studio 
*.suo
*.user
*.sln.docstates
*.obj
*.pch
*.tlog
*.log
*.scc
*.exp
*.ilk
*.lastbuildstate
ipch
*.sdf
*.opensdf
*.idb
*.vcxproj
*.sln
vc100.pdb
*.idb
*.so
*.dynlib
*.vtf
*.vmf
*.vmt
*.ain
*.bsp
*.cache
*.ccache
ccache
*~
*.bak
*.old
*.o
*.P
*.debug
*.ttf
*.ico
*.tga
*.wav
*.mp3
*.ogg
*.dat
*.bin
*.gam
*.vtx
*.png
*.jpg
*.exp

# OSX/Linux build products
*.mak
*.mak.vpc_crc
*.xcodeproj/
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
server_srv.so
server_srv.so.dbg


# files generated by running a mod
config.cfg

client.dylib
client.dylib.dSYM/
server.dylib
server.dylib.dSYM/

# files generated by running a mod
config.cfg

# shader files
*.tmp

