comparison .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
comparison
equal deleted inserted replaced
6037:7c732f2047f8 6038:9358211ee144
14 ^build 14 ^build
15 ^dist/ 15 ^dist/
16 ^docs/build/ 16 ^docs/build/
17 ^docs/_build/ 17 ^docs/_build/
18 ^data$ 18 ^data$
19 ^kallithea/tests/data$
20 ^sql_dumps/ 19 ^sql_dumps/
21 ^\.settings$ 20 ^\.settings$
22 ^\.project$ 21 ^\.project$
23 ^\.pydevproject$ 22 ^\.pydevproject$
24 ^\.coverage$ 23 ^\.coverage$
27 ^Kallithea\.egg-info$ 26 ^Kallithea\.egg-info$
28 ^my\.ini$ 27 ^my\.ini$
29 ^fabfile.py 28 ^fabfile.py
30 ^\.idea$ 29 ^\.idea$
31 ^\.cache$ 30 ^\.cache$
31 /__pycache__$