From 3112b91cba5aac09834fc2ae8cc23712f83e157e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 4 Mar 2008 15:12:11 +0000 Subject: check in an hgignore to help with mercurial mirror --- .hgignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .hgignore (limited to '.hgignore') diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..635c457 --- /dev/null +++ b/.hgignore @@ -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)$ +.+~$ -- cgit v1.1