/.hgignore
#! | 28 lines | 23 code | 5 blank | 0 comment | 0 complexity | 491b56246688b144fc5b615b68428e97 MD5 | raw file
1## Ignored stuff 2 3# temp files 4~$ 5\.py[co]$ 6\.sw[op]$ 7^\.ropeproject/ 8 9# testing 10^\.tox/ 11 12# coverage 13^\.coverage 14^cover/ 15,cover$ 16^htmlcov/ 17 18# packaging 19^build/ 20^dist/ 21^docs/_build 22^nbproject/ 23\.egg-info 24\.directory 25 26# packaging: Debian 27^debian/python-argh 28^debian/python-module-stampdir