changeset 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 cb17acb443c0
children fce926a9d7c7
files .hgignore
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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$