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