]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added a basic .hgignore file.
authorMichael Trier <mtrier@gmail.com>
Mon, 22 Feb 2010 17:46:21 +0000 (17:46 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 22 Feb 2010 17:46:21 +0000 (17:46 +0000)
.hgignore [new file with mode: 0755]

diff --git a/.hgignore b/.hgignore
new file mode 100755 (executable)
index 0000000..d8aed38
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,4 @@
+syntax:regexp
+^build/
+^doc/build/output
+.pyc$