diff options
author | BlueWall | 2012-09-06 05:23:05 -0400 |
---|---|---|
committer | BlueWall | 2012-09-06 05:36:00 -0400 |
commit | 0a71e3ab3961bb0a0d440fb2c18f9c5eb1a28148 (patch) | |
tree | 7b2868873643670f5315bba38afaee1c7eec58c5 /.gitignore | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-0a71e3ab3961bb0a0d440fb2c18f9c5eb1a28148.zip opensim-SC-0a71e3ab3961bb0a0d440fb2c18f9c5eb1a28148.tar.gz opensim-SC-0a71e3ab3961bb0a0d440fb2c18f9c5eb1a28148.tar.bz2 opensim-SC-0a71e3ab3961bb0a0d440fb2c18f9c5eb1a28148.tar.xz |
Add file to .gitignore
Add OpenSim.userprefs which is created by Monodevelop to .gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ Examples/*.dll | |||
66 | OpenSim.build | 66 | OpenSim.build |
67 | OpenSim.sln | 67 | OpenSim.sln |
68 | OpenSim.suo | 68 | OpenSim.suo |
69 | OpenSim.userprefs | ||
69 | Prebuild/Prebuild.build | 70 | Prebuild/Prebuild.build |
70 | Prebuild/Prebuild.sln | 71 | Prebuild/Prebuild.sln |
71 | TestResult.xml | 72 | TestResult.xml |