summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-08-22 14:49:51 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-08-22 14:49:51 +0100
commita498da43c7fdb9f24b73680c02a4a3588cc62d9a (patch)
treedaf8119dae1749b5165b68033a1b23a7375ce9ce /.hgignore
downloadmercurial-tarball-a498da43c7fdb9f24b73680c02a4a3588cc62d9a.tar.gz
Tarball conversion
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore57
1 files changed, 57 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..9762593
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,57 @@
+syntax: glob
+
+*.elc
+*.orig
+*.rej
+*~
+*.mergebackup
+*.o
+*.so
+*.dll
+*.exe
+*.pyd
+*.pyc
+*.pyo
+*$py.class
+*.swp
+*.prof
+*.zip
+\#*\#
+.\#*
+tests/.coverage*
+tests/annotated
+tests/*.err
+tests/htmlcov
+build
+contrib/hgsh/hgsh
+dist
+doc/*.[0-9]
+doc/*.[0-9].gendoc.txt
+doc/*.[0-9].{x,ht}ml
+MANIFEST
+MANIFEST.in
+patches
+mercurial/__version__.py
+mercurial.egg-info
+.DS_Store
+tags
+cscope.*
+i18n/hg.pot
+locale/*/LC_MESSAGES/hg.mo
+hgext/__index__.py
+
+# files installed with a local --pure build
+mercurial/base85.py
+mercurial/bdiff.py
+mercurial/diffhelpers.py
+mercurial/mpatch.py
+mercurial/osutil.py
+mercurial/parsers.py
+
+syntax: regexp
+^\.pc/
+^\.(pydev)?project
+
+# hackable windows distribution additions
+^hg-python
+^hg.py$