diff options
author | Dr Scofield | 2008-07-07 09:58:01 +0000 |
---|---|---|
committer | Dr Scofield | 2008-07-07 09:58:01 +0000 |
commit | 7420f96128020ba158d9712497d3c36796c88087 (patch) | |
tree | caf31c2760e2fb3ff4128308cd41ac1eddf849db /.hgignore | |
parent | further progress on HttpServer integration: OSHttpRequest can now be (diff) | |
download | opensim-SC-7420f96128020ba158d9712497d3c36796c88087.zip opensim-SC-7420f96128020ba158d9712497d3c36796c88087.tar.gz opensim-SC-7420f96128020ba158d9712497d3c36796c88087.tar.bz2 opensim-SC-7420f96128020ba158d9712497d3c36796c88087.tar.xz |
switching to safer locks.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,3 @@ | |||
1 | ^tailor.state$ | ||
2 | ^tailor.state.old$ | 1 | ^tailor.state.old$ |
3 | ^tailor.state.journal$ | 2 | ^tailor.state.journal$ |
4 | \.csproj$ | 3 | \.csproj$ |
@@ -6,12 +5,14 @@ | |||
6 | \.mdp$ | 5 | \.mdp$ |
7 | \.mds$ | 6 | \.mds$ |
8 | \.dll\.build$ | 7 | \.dll\.build$ |
9 | /bin/Debug/.+\.dll$ | 8 | ^bin/Debug/.+\.dll$ |
10 | /bin/Debug/.+\.dll.mdb$ | 9 | bin/.+\.dll.mdb$ |
11 | ^bin/.+\.dll$ | 10 | bin/addin-db- |
11 | bin/.+\.dll$ | ||
12 | bin/.+\.maddin$ | ||
13 | Examples/.+\.dll$ | ||
12 | ^bin/.+\.exe | 14 | ^bin/.+\.exe |
13 | ^(OpenSim|Prebuild)/.+\.(exe|exe\.build|exe\.mdb)$ | 15 | ^(OpenSim|Prebuild)/.+\.(exe|exe\.build|exe\.mdb)$ |
14 | ^OpenSim\.(build|sln)$ | 16 | ^OpenSim\.(build|sln)$ |
15 | ^Prebuild/Prebuild\.(build|sln)$ | 17 | ^Prebuild/Prebuild\.(build|sln)$ |
16 | .+~$ | 18 | .+~$ |
17 | |||