diff options
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
+
|