changeset 668:a1b69b320217

cm: Ignore `py.test` cache.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 03 Mar 2016 20:24:42 -0800
parents fc761964e1a7
children 65706804e1de
files .gitignore .hgignore
diffstat 2 files changed, 16 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.gitignore	Thu Mar 03 20:23:14 2016 -0800
+++ b/.gitignore	Thu Mar 03 20:24:42 2016 -0800
@@ -1,8 +1,19 @@
 *.pyc
-venv/
+*.egg-info
+.cache
+__pycache__
+venv
+tags
+bower_components
+node_modules
 build/lib
-build/messages/_cache
-dist/
-piecrust.egg-info/
+util/messages/_cache
+util/messages/_counter
+dist
+docs/_cache
+docs/_counter
+foodtruck/static
+piecrust.egg-info
 piecrust/__version__.py
+.ropeproject
 
--- a/.hgignore	Thu Mar 03 20:23:14 2016 -0800
+++ b/.hgignore	Thu Mar 03 20:24:42 2016 -0800
@@ -1,6 +1,7 @@
 syntax: glob
 *.pyc
 *.egg-info
+.cache
 __pycache__
 venv
 tags