summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-30 19:01:00 +0200
committerGeorg Brandl <georg@python.org>2009-06-30 19:01:00 +0200
commitf7801cc0a468d89c0b5661b55a82b633248bc057 (patch)
treec816f235e47fa85b6ba0a3d55aed3c6656cf0969 /.hgignore
parent0013f61c77dd2be7f0c22fd0307ab1ea47e5770a (diff)
parent39fb3da415a0bfa930b74d90003b91b7ef63e9e8 (diff)
downloadsphinx-f7801cc0a468d89c0b5661b55a82b633248bc057.tar.gz
merge with sphinx-domains.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore18
1 files changed, 9 insertions, 9 deletions
diff --git a/.hgignore b/.hgignore
index 7bd2ee92..4e721bf2 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,13 +1,13 @@
.*\.pyc
.*\.egg
.*\.so
-build/
-dist/
-tests/.coverage
-sphinx/pycode/Grammar.*pickle
-Sphinx.egg-info/
-doc/_build/
-TAGS
-\.ropeproject/
-^env/
\.DS_Store$
+^build/
+^dist/
+^tests/.coverage
+^sphinx/pycode/Grammar.*pickle
+^Sphinx.egg-info/
+^doc/_build/
+^TAGS
+^\.ropeproject/
+^env/