diff options
author | Justin Clark-Casey (justincc) | 2013-11-16 00:21:12 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-11-16 00:21:12 +0000 |
commit | b58a4741051cd4745049d06455925c7e1c9f2142 (patch) | |
tree | 9f85ea8a362fddc11fa112c1bcb264a8ed6e1cae | |
parent | minor: Add OpenSim.v11.suo to .gitignore file. (diff) | |
download | opensim-SC_OLD-b58a4741051cd4745049d06455925c7e1c9f2142.zip opensim-SC_OLD-b58a4741051cd4745049d06455925c7e1c9f2142.tar.gz opensim-SC_OLD-b58a4741051cd4745049d06455925c7e1c9f2142.tar.bz2 opensim-SC_OLD-b58a4741051cd4745049d06455925c7e1c9f2142.tar.xz |
Ignore *.suo and *.user as these are user specific preference files from Visual Studio
http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control
-rw-r--r-- | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -10,6 +10,12 @@ | |||
10 | *.pidb | 10 | *.pidb |
11 | *.dll.build | 11 | *.dll.build |
12 | *.dll | 12 | *.dll |
13 | |||
14 | # 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 | ||
16 | *.suo | ||
17 | *.user | ||
18 | |||
13 | *.VisualState.xml | 19 | *.VisualState.xml |
14 | */*/obj | 20 | */*/obj |
15 | */*/*/obj | 21 | */*/*/obj |
@@ -65,11 +71,6 @@ bin/crashes/ | |||
65 | Examples/*.dll | 71 | Examples/*.dll |
66 | OpenSim.build | 72 | OpenSim.build |
67 | OpenSim.sln | 73 | OpenSim.sln |
68 | OpenSim.suo | ||
69 | |||
70 | # This is generated if a vs2010 OpenSim.sln is loaded into vs2012 | ||
71 | OpenSim.v11.suo | ||
72 | |||
73 | OpenSim.userprefs | 74 | OpenSim.userprefs |
74 | Prebuild/Prebuild.build | 75 | Prebuild/Prebuild.build |
75 | Prebuild/Prebuild.sln | 76 | Prebuild/Prebuild.sln |