diff options
author | Anthon van der Neut <anthon@mnt.org> | 2016-01-30 11:12:08 +0100 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2016-01-30 11:12:08 +0100 |
commit | d7f48bad6ad594d3ba899edf8b1096a18b6860ae (patch) | |
tree | 4a9b4e39f255e16e7bf47d4a21d3f7b05cfb1142 /.hgignore | |
parent | 98daee12747b26db6122c22f54cee13148aebe62 (diff) | |
download | ruamel.yaml-d7f48bad6ad594d3ba899edf8b1096a18b6860ae.tar.gz |
- initial test for appveyor builds of windows wheels
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |