summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-26 22:47:24 +0100
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-26 22:47:24 +0100
commit8794f41beb717cad1ec9ee0992eb231124832d6b (patch)
treeeb4b08271d8458184067a0fdfb2a8d51dd268e51
parent5b71d07d11a85bda297f75ca0a255aba5ce968ee (diff)
downloadargparse-8794f41beb717cad1ec9ee0992eb231124832d6b.tar.gz
add a .hgignore
-rw-r--r--.hgignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..e8a7451
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+.*\.py[co]$
+^dist/
+^env/
+^argparse.egg-info/
+^docs/_build/
+^MANIFEST$
+.DS_Store
+.orig$
+.rej$
+.~$