mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Thanks jonc for a patch to ignore some Visual Studio and generated ini files.
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user