diff .hgignore @ 6038:9358211ee144

tests: move test data to top level 'data' folder - make grepping in kallithea/ easier We like to have test.ini under kallithea/tests, but we don't want the temporary files there.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 28 Jul 2016 16:28:34 +0200
parents bfa66e8887d7
children 42718729687e
line wrap: on
line diff
--- a/.hgignore	Thu Jul 28 16:28:34 2016 +0200
+++ b/.hgignore	Thu Jul 28 16:28:34 2016 +0200
@@ -16,7 +16,6 @@
 ^docs/build/
 ^docs/_build/
 ^data$
-^kallithea/tests/data$
 ^sql_dumps/
 ^\.settings$
 ^\.project$
@@ -29,3 +28,4 @@
 ^fabfile.py
 ^\.idea$
 ^\.cache$
+/__pycache__$