diff .hgignore @ 5516:bfa66e8887d7 stable

hgignore: ignore `.cache/`, created by pytest 2.8 when writing `.cache/v/cache/lastfailed`
author Mads Kiilerich <madski@unity3d.com>
date Sun, 20 Sep 2015 22:22:50 +0200
parents 19267f233d39
children 9358211ee144
line wrap: on
line diff
--- a/.hgignore	Sun Sep 20 22:22:50 2015 +0200
+++ b/.hgignore	Sun Sep 20 22:22:50 2015 +0200
@@ -28,3 +28,4 @@
 ^my\.ini$
 ^fabfile.py
 ^\.idea$
+^\.cache$