once more on hgignore, now that I think I understand this

workflow better
This commit is contained in:
Sean Dague
2008-03-04 18:59:00 +00:00
parent 5d9a003a2c
commit 0926239541

15
.hgignore Normal file
View File

@@ -0,0 +1,15 @@
^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)$
.+~$