diff options
| author | Joe Ludwig <[email protected]> | 2013-06-27 14:27:15 -0700 |
|---|---|---|
| committer | Joe Ludwig <[email protected]> | 2013-06-27 14:27:15 -0700 |
| commit | 949bd75a99c20c87c82ccd8bcd271800dd7eaf4b (patch) | |
| tree | ad5b1fb8fa57689bf2bf39f4d63fd72a0263f921 /.gitignore | |
| parent | First version of the SOurce SDK 2013 (diff) | |
| download | source-sdk-2013-949bd75a99c20c87c82ccd8bcd271800dd7eaf4b.tar.xz source-sdk-2013-949bd75a99c20c87c82ccd8bcd271800dd7eaf4b.zip | |
Fixed various missing files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..36036e42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# 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
+*.idb
+
+# Specific Source build products
+client.pdb
+client.dll
+client.lib
+server.pdb
+server.dll
+server.lib
+
+# files generated by running a mod
+config.cfg
+
|