summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-01-30 11:12:08 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-01-30 11:12:08 +0100
commitd7f48bad6ad594d3ba899edf8b1096a18b6860ae (patch)
tree4a9b4e39f255e16e7bf47d4a21d3f7b05cfb1142 /.hgignore
parent98daee12747b26db6122c22f54cee13148aebe62 (diff)
downloadruamel.yaml-d7f48bad6ad594d3ba899edf8b1096a18b6860ae.tar.gz
- initial test for appveyor builds of windows wheels
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore12
1 files changed, 9 insertions, 3 deletions
diff --git a/.hgignore b/.hgignore
index 27b72c9..0426bfb 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,20 +1,26 @@
syntax: glob
+# python derivatives
*.pyc
+*.pyo
+*$py.class
+# backup files
*~
*.bak
*.o
*.orig
+.ruamel
+# pip / setup related
dist
-venv
build
*.egg-info
+# tox related
.tox
.cache
+
_yaml.so
README.pdf
-.ruamel
-*$py.class
+venv
convert
cmd
TODO.rst