diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -12,6 +12,12 @@ | |||
12 | *.dll.build | 12 | *.dll.build |
13 | *.dll | 13 | *.dll |
14 | *.log | 14 | *.log |
15 | |||
16 | # Ignore .user and .suo files as these are user preference specific | ||
17 | # http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control | ||
18 | *.suo | ||
19 | *.user | ||
20 | |||
15 | *.VisualState.xml | 21 | *.VisualState.xml |
16 | */*/obj | 22 | */*/obj |
17 | */*/*/obj | 23 | */*/*/obj |
@@ -68,7 +74,6 @@ bin/crashes/ | |||
68 | Examples/*.dll | 74 | Examples/*.dll |
69 | OpenSim.build | 75 | OpenSim.build |
70 | OpenSim.sln | 76 | OpenSim.sln |
71 | OpenSim.suo | ||
72 | OpenSim.userprefs | 77 | OpenSim.userprefs |
73 | Prebuild/Prebuild.build | 78 | Prebuild/Prebuild.build |
74 | Prebuild/Prebuild.sln | 79 | Prebuild/Prebuild.sln |