diff options
author | AliciaRaven | 2016-11-11 22:05:48 +0000 |
---|---|---|
committer | AliciaRaven | 2016-11-11 22:05:48 +0000 |
commit | 077cfdf698b2f769f3e136a779e1b1e108d1b8ed (patch) | |
tree | 6a4d99184ecad5185def55daaade7a25346f086e /.gitignore | |
parent | reduce diferencs btw OpenSimDefaults.ini and OpenSim.ini.example (diff) | |
download | opensim-SC_OLD-077cfdf698b2f769f3e136a779e1b1e108d1b8ed.zip opensim-SC_OLD-077cfdf698b2f769f3e136a779e1b1e108d1b8ed.tar.gz opensim-SC_OLD-077cfdf698b2f769f3e136a779e1b1e108d1b8ed.tar.bz2 opensim-SC_OLD-077cfdf698b2f769f3e136a779e1b1e108d1b8ed.tar.xz |
Update gitignore to include VS user config folder and remove old FxCop file which is not used
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,6 +31,7 @@ | |||
31 | */*/*/*/*/bin | 31 | */*/*/*/*/bin |
32 | */*/*/*/*/*/bin | 32 | */*/*/*/*/*/bin |
33 | */*/*/*/*/*/*/bin | 33 | */*/*/*/*/*/*/bin |
34 | .vs/ | ||
34 | addon-modules/ | 35 | addon-modules/ |
35 | bin/Debug/*.dll | 36 | bin/Debug/*.dll |
36 | bin/*.dll.mdb | 37 | bin/*.dll.mdb |
@@ -93,7 +94,6 @@ TAGS | |||
93 | Makefile.local | 94 | Makefile.local |
94 | bin/.version | 95 | bin/.version |
95 | compile.bat | 96 | compile.bat |
96 | addon-modules | ||
97 | OpenSim/Data/Tests/test-results/ | 97 | OpenSim/Data/Tests/test-results/ |
98 | OpenSim/Framework/Serialization/Tests/test-results/ | 98 | OpenSim/Framework/Serialization/Tests/test-results/ |
99 | OpenSim/Framework/Servers/Tests/test-results/ | 99 | OpenSim/Framework/Servers/Tests/test-results/ |