mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 09:25:45 +08:00
switching to safer locks.
This commit is contained in:
11
.hgignore
11
.hgignore
@@ -1,4 +1,3 @@
|
||||
^tailor.state$
|
||||
^tailor.state.old$
|
||||
^tailor.state.journal$
|
||||
\.csproj$
|
||||
@@ -6,12 +5,14 @@
|
||||
\.mdp$
|
||||
\.mds$
|
||||
\.dll\.build$
|
||||
/bin/Debug/.+\.dll$
|
||||
/bin/Debug/.+\.dll.mdb$
|
||||
^bin/.+\.dll$
|
||||
^bin/Debug/.+\.dll$
|
||||
bin/.+\.dll.mdb$
|
||||
bin/addin-db-
|
||||
bin/.+\.dll$
|
||||
bin/.+\.maddin$
|
||||
Examples/.+\.dll$
|
||||
^bin/.+\.exe
|
||||
^(OpenSim|Prebuild)/.+\.(exe|exe\.build|exe\.mdb)$
|
||||
^OpenSim\.(build|sln)$
|
||||
^Prebuild/Prebuild\.(build|sln)$
|
||||
.+~$
|
||||
|
||||
|
||||
Reference in New Issue
Block a user