diff --git a/.gitignore b/.gitignore index 958ac4a9..2ac30bb9 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ ipch *.idb *.vcxproj *.sln +*.vcxproj.FileListAbsolute.txt +*.pdb # OSX/Linux build products *.mak @@ -49,6 +51,8 @@ client.dylib.dSYM/ server.dylib server.dylib.dSYM/ +sp/game/bin + # files generated by running a mod config.cfg @@ -61,6 +65,7 @@ config.cfg *.filters *.vpc_crc *.sentinel +*.recipe # Backup files *.bak @@ -90,4 +95,4 @@ sp/src/vgui2/*.dll sp/src/vgui2/*.pdb # Build support files -sp/src/devtools/gcc9+support.o +sp/src/devtools/gcc9+support.o \ No newline at end of file