aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 94f896d..d1f7710 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
1.project 1.project
2.settings 2.settings
3.gitignore
3*.csproj 4*.csproj
4*.csproj.user 5*.csproj.user
5*.build 6*.build
@@ -10,6 +11,7 @@
10*.pidb 11*.pidb
11*.dll.build 12*.dll.build
12*.dll 13*.dll
14*.log
13 15
14# Ignore .user and .suo files as these are user preference specific 16# Ignore .user and .suo files as these are user preference specific
15# http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control 17# http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control
@@ -29,6 +31,7 @@
29*/*/*/*/*/bin 31*/*/*/*/*/bin
30*/*/*/*/*/*/bin 32*/*/*/*/*/*/bin
31*/*/*/*/*/*/*/bin 33*/*/*/*/*/*/*/bin
34addon-modules/
32bin/Debug/*.dll 35bin/Debug/*.dll
33bin/*.dll.mdb 36bin/*.dll.mdb
34bin/*.db 37bin/*.db