Updated ignore files
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 17 Oct 2010 14:02:17 +0000 (16:02 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 17 Oct 2010 14:02:17 +0000 (16:02 +0200)
.gitignore [new file with mode: 0644]
.hgignore [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..95e76b2
--- /dev/null
@@ -0,0 +1,8 @@
+*.so
+docs/_build
+*.pyc
+*.pyo
+*.egg-info
+build
+dist
+.DS_Store
diff --git a/.hgignore b/.hgignore
deleted file mode 100644 (file)
index 79984a3..0000000
--- a/.hgignore
+++ /dev/null
@@ -1,9 +0,0 @@
-^instance$
-^instance/
-^jinja2/.*\.so$
-^docs/_build
-^(build|dist|Jinja2\.egg-info)/
-\.py[cod]$
-\$py\.class$
-\.DS_Store$
-^j?env/