diff options
author | Christopher Baines <mail@cbaines.net> | 2015-12-22 17:03:30 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-22 17:03:30 +0000 |
commit | 3f41d4ade1401421756550dc0cdf0046677c7f08 (patch) | |
tree | 99b02d064ba6b357b51e53cc2df6a10fd44999ae /.hgignore | |
parent | 05199198d690228f2a030c0f007e23819a997f0b (diff) | |
download | python-jsmin-3f41d4ade1401421756550dc0cdf0046677c7f08.tar python-jsmin-3f41d4ade1401421756550dc0cdf0046677c7f08.tar.gz |
Import python-jsmin_2.2.0.orig.tar.gzupstream-2.2.0upstream
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..e67fe71 --- /dev/null +++ b/.hgignore @@ -0,0 +1,10 @@ +syntax: glob +*.pyc +build/ +dist/ +jsmin.egg-info +local/ +lib/ +bin/ +include/ +js_tests/ |