Added some more files to .gitignore. Added technical guidelines for pull requests to CONTRIBUTING

This commit is contained in:
Joe Ludwig
2013-07-05 12:50:09 -07:00
parent cc9c12c5fd
commit c4ffd47936
2 changed files with 36 additions and 0 deletions

26
.gitignore vendored
View File

@@ -13,7 +13,20 @@
*.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
# Specific Source build products
client.pdb
@@ -23,6 +36,19 @@ 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