From: Michael Trier Date: Mon, 22 Feb 2010 17:46:21 +0000 (+0000) Subject: Added a basic .hgignore file. X-Git-Tag: rel_0_6beta2~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6109bd34f391dc1cbe4caae5b931591f46c83f59;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added a basic .hgignore file. --- diff --git a/.hgignore b/.hgignore new file mode 100755 index 0000000000..d8aed38730 --- /dev/null +++ b/.hgignore @@ -0,0 +1,4 @@ +syntax:regexp +^build/ +^doc/build/output +.pyc$