diff options
author | Melanie Thielker | 2014-06-21 00:39:55 +0200 |
---|---|---|
committer | Melanie Thielker | 2014-06-21 00:39:55 +0200 |
commit | 159fcbf150b7da0e229b29aa7b94793484543d12 (patch) | |
tree | b8c0ff3b4c758a3fba8315b556c923ef4c02a185 /.gitignore | |
parent | Merge commit '68c8633ba18f0a11cfc0ed04d1d0c7c59e6cec76' (diff) | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-159fcbf150b7da0e229b29aa7b94793484543d12.zip opensim-SC-159fcbf150b7da0e229b29aa7b94793484543d12.tar.gz opensim-SC-159fcbf150b7da0e229b29aa7b94793484543d12.tar.bz2 opensim-SC-159fcbf150b7da0e229b29aa7b94793484543d12.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
Diffstat (limited to '')
-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 |