You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
709 B
59 lines
709 B
# Files to ignore when considering what GIT should commit. |
|
|
|
# Visual Studio |
|
*.suo |
|
*.user |
|
*.sln.docstates |
|
*.obj |
|
*.pch |
|
*.tlog |
|
*.log |
|
*.scc |
|
*.exp |
|
*.ilk |
|
*.lastbuildstate |
|
vc100.pdb |
|
ipch |
|
*.sdf |
|
*.opensdf |
|
*.idb |
|
*.vcxproj |
|
*.sln |
|
|
|
# OSX/Linux build products |
|
*.mak |
|
*.mak.vpc_crc |
|
*.xcodeproj/ |
|
obj*/ |
|
!devtools/*.mak |
|
!utils/smdlexp/smdlexp.mak |
|
*.a |
|
*.a.dbg |
|
*.project |
|
src/tools/runtime/linux/steamrt_scout_i386 |
|
|
|
# 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 |
|
|
|
client.dylib |
|
client.dylib.dSYM/ |
|
server.dylib |
|
server.dylib.dSYM/ |
|
|
|
# files generated by running a mod |
|
config.cfg |
|
|
|
# shader files |
|
*.tmp
|
|
|