diff options
Diffstat (limited to '.hgignore')
-rwxr-xr-x | .hgignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100755 index 0000000..b54452f --- /dev/null +++ b/.hgignore @@ -0,0 +1,34 @@ +# use glob syntax. +syntax: glob + +*.html +*.aux +*.dvi +*.log +*.nav +*.snm +*.toc +*.pdf +*.vrb +*.out +*.sty +*.pyc +*.zip +*~ +.project +.pydevproject +app.yaml +build +tests/coverageResults +*,cover +tests/.coverage +*.git +*.egg-info +eggs +parts +.installed.cfg +bin +develop-eggs +.gitignore +.DS_Store +index.yaml
\ No newline at end of file |