check in an hgignore to help with mercurial mirror

0.6.0-stable
Sean Dague 2008-03-04 15:12:11 +00:00
parent 18324773d2
commit 3112b91cba
1 changed files with 14 additions and 0 deletions

14
.hgignore Normal file
View File

@ -0,0 +1,14 @@
^tailor.state$
^tailor.state.old$
^tailor.state.journal$
\.csproj$
\.csproj\.user$
\.dll\.build$
/bin/Debug/.+\.dll$
/bin/Debug/.+\.dll.mdb$
^bin/.+\.dll$
^bin/.+\.exe
^(OpenSim|Prebuild)/.+\.(exe|exe\.build|exe\.mdb)$
^OpenSim\.(build|sln)$
^Prebuild/Prebuild\.(build|sln)$
.+~$