Thanks jonc for a patch to ignore some Visual Studio and generated ini files.
parent
2e9fc9a22b
commit
eedb155502
|
@ -1,4 +1,3 @@
|
||||||
.svn
|
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
*.csproj
|
*.csproj
|
||||||
|
@ -7,6 +6,7 @@
|
||||||
*.mdb
|
*.mdb
|
||||||
*.mdp
|
*.mdp
|
||||||
*.mds
|
*.mds
|
||||||
|
*.pdb
|
||||||
*.pidb
|
*.pidb
|
||||||
*.dll.build
|
*.dll.build
|
||||||
*/*/bin
|
*/*/bin
|
||||||
|
@ -20,6 +20,7 @@ bin/*.dll.mdb
|
||||||
bin/*.db
|
bin/*.db
|
||||||
bin/addin-db-*
|
bin/addin-db-*
|
||||||
bin/*.dll
|
bin/*.dll
|
||||||
|
bin/OpenSim.vshost.exe.config
|
||||||
bin/ScriptEngines/*.dll
|
bin/ScriptEngines/*.dll
|
||||||
bin/ScriptEngines/*/*.dll
|
bin/ScriptEngines/*/*.dll
|
||||||
bin/ScriptEngines/*/*.state
|
bin/ScriptEngines/*/*.state
|
||||||
|
@ -29,11 +30,17 @@ bin/*.ini
|
||||||
bin/j2kDecodeCache
|
bin/j2kDecodeCache
|
||||||
bin/Physics*
|
bin/Physics*
|
||||||
bin/Terrain*
|
bin/Terrain*
|
||||||
|
bin/Regions/*
|
||||||
bin/UserAssets
|
bin/UserAssets
|
||||||
bin/estate_settings.xml
|
bin/estate_settings.xml
|
||||||
|
bin/config-include/CenomeCache.ini
|
||||||
|
bin/config-include/FlotsamCache.ini
|
||||||
|
bin/config-include/GridCommon.ini
|
||||||
|
bin/config-include/StandaloneCommon.ini
|
||||||
Examples/*.dll
|
Examples/*.dll
|
||||||
OpenSim.build
|
OpenSim.build
|
||||||
OpenSim.sln
|
OpenSim.sln
|
||||||
|
OpenSim.suo
|
||||||
Prebuild/Prebuild.build
|
Prebuild/Prebuild.build
|
||||||
Prebuild/Prebuild.sln
|
Prebuild/Prebuild.sln
|
||||||
bin/OpenSim.log
|
bin/OpenSim.log
|
||||||
|
@ -44,3 +51,4 @@ TAGS
|
||||||
*~
|
*~
|
||||||
Makefile.local
|
Makefile.local
|
||||||
bin/.version
|
bin/.version
|
||||||
|
compile.bat
|
||||||
|
|
Loading…
Reference in New Issue