Removed autogenerated files from source control and added many output paths to .gitignore

This commit is contained in:
Andy Roxby 2014-12-06 23:10:39 -05:00
parent 55ed12f8d1
commit 8e3c1d3a88
7 changed files with 62 additions and 0 deletions

62
.gitignore vendored
View file

@ -54,3 +54,65 @@ config.cfg
# shader files
*.tmp
#Auto Generated files (Andy)
*.vpc_crc
/sp/game/mod_episodic/bin/
/sp/game/mod_hl2/bin/
/sp/src/fgdlib/Debug/
/sp/src/fgdlib/fgdlib.vcxproj.filters
/sp/src/game/client/Debug_mod_episodic/
/sp/src/game/client/Debug_mod_hl2/
/sp/src/game/client/client_episodic.vcxproj.filters
/sp/src/game/client/client_hl2.vcxproj.filters
/sp/src/game/server/Debug_mod_episodic/
/sp/src/game/server/Debug_mod_hl2/
/sp/src/game/server/server_episodic.vcxproj.filters
/sp/src/game/server/server_hl2.vcxproj.filters
/sp/src/materialsystem/stdshaders/Debug_dx9_mod_episodic/
/sp/src/materialsystem/stdshaders/Debug_dx9_mod_hl2/
/sp/src/materialsystem/stdshaders/game_shader_dx9_episodic.vcxproj.filters
/sp/src/materialsystem/stdshaders/game_shader_dx9_hl2.vcxproj.filters
/sp/src/mathlib/Debug/
/sp/src/mathlib/mathlib.vcxproj.filters
/sp/src/raytrace/Debug/
/sp/src/raytrace/raytrace.vcxproj.filters
/sp/src/tier1/Debug/
/sp/src/tier1/tier1.vcxproj.filters
/sp/src/utils/captioncompiler/Debug/
/sp/src/utils/captioncompiler/captioncompiler.vcxproj.filters
/sp/src/utils/glview/Debug/
/sp/src/utils/glview/glview.vcxproj.filters
/sp/src/utils/height2normal/Debug/
/sp/src/utils/height2normal/height2normal.vcxproj.filters
/sp/src/utils/motionmapper/Debug/
/sp/src/utils/motionmapper/motionmapper.vcxproj.filters
/sp/src/utils/phonemeextractor/phonemeextractor.vcxproj.filters
/sp/src/utils/qc_eyes/Debug/
/sp/src/utils/qc_eyes/qc_eyes.vcxproj.filters
/sp/src/utils/serverplugin_sample/Debug/
/sp/src/utils/serverplugin_sample/serverplugin_empty.vcxproj.filters
/sp/src/utils/tgadiff/Debug/
/sp/src/utils/tgadiff/tgadiff.vcxproj.filters
/sp/src/utils/vbsp/Debug/
/sp/src/utils/vbsp/vbsp.vcxproj.filters
/sp/src/utils/vice/Debug/
/sp/src/utils/vice/vice.vcxproj.filters
/sp/src/utils/vrad/Debug/
/sp/src/utils/vrad/vrad_dll.vcxproj.filters
/sp/src/utils/vrad_launcher/Debug/
/sp/src/utils/vrad_launcher/vrad_launcher.vcxproj.filters
/sp/src/utils/vtf2tga/Debug/
/sp/src/utils/vtf2tga/vtf2tga.vcxproj.filters
/sp/src/utils/vtfdiff/Debug/
/sp/src/utils/vtfdiff/vtfdiff.vcxproj.filters
/sp/src/utils/vvis/Debug/
/sp/src/utils/vvis/vvis_dll.vcxproj.filters
/sp/src/utils/vvis_launcher/Debug/
/sp/src/utils/vvis_launcher/vvis_launcher.vcxproj.filters
/sp/src/vgui2/vgui_controls/Debug/
/sp/src/vgui2/vgui_controls/vgui_controls.vcxproj.filters
/sp/src/lib/public/fgdlib.lib
/sp/src/lib/public/mathlib.lib
/sp/src/lib/public/raytrace.lib
/sp/src/lib/public/tier1.lib
/sp/src/lib/public/vgui_controls.lib

0
sp/game/bin/.gitkeep Normal file
View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.