diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | *.VisualState.xml | 15 | *.VisualState.xml |
14 | */*/obj | 16 | */*/obj |
15 | */*/*/obj | 17 | */*/*/obj |
@@ -23,6 +25,7 @@ | |||
23 | */*/*/*/*/bin | 25 | */*/*/*/*/bin |
24 | */*/*/*/*/*/bin | 26 | */*/*/*/*/*/bin |
25 | */*/*/*/*/*/*/bin | 27 | */*/*/*/*/*/*/bin |
28 | addon-modules/ | ||
26 | bin/Debug/*.dll | 29 | bin/Debug/*.dll |
27 | bin/*.dll.mdb | 30 | bin/*.dll.mdb |
28 | bin/*.db | 31 | bin/*.db |