Show More
@@ -0,0 +1,58 b'' | |||||
|
1 | syntax: glob | |||
|
2 | *.egg | |||
|
3 | *.egg-info | |||
|
4 | *.idea | |||
|
5 | *.orig | |||
|
6 | *.pyc | |||
|
7 | *.sqlite-journal | |||
|
8 | *.swp | |||
|
9 | *.tox | |||
|
10 | *.DS_Store* | |||
|
11 | ||||
|
12 | syntax: regexp | |||
|
13 | ||||
|
14 | #.filename | |||
|
15 | ^\.settings$ | |||
|
16 | ^\.project$ | |||
|
17 | ^\.pydevproject$ | |||
|
18 | ^\.coverage$ | |||
|
19 | ^\.cache.*$ | |||
|
20 | ^\.rhodecode$ | |||
|
21 | ||||
|
22 | ^rcextensions | |||
|
23 | ^_dev | |||
|
24 | ^._dev | |||
|
25 | ^build/ | |||
|
26 | ^coverage\.xml$ | |||
|
27 | ^data$ | |||
|
28 | ^configs/data$ | |||
|
29 | ^dev.ini$ | |||
|
30 | ^acceptance_tests/dev.*\.ini$ | |||
|
31 | ^dist/ | |||
|
32 | ^fabfile.py | |||
|
33 | ^htmlcov | |||
|
34 | ^junit\.xml$ | |||
|
35 | ^node_modules/ | |||
|
36 | ^pylint.log$ | |||
|
37 | ^rcextensions/ | |||
|
38 | ^result$ | |||
|
39 | ^rhodecode/public/css/style.css$ | |||
|
40 | ^rhodecode/public/js/scripts.js$ | |||
|
41 | ^rhodecode\.db$ | |||
|
42 | ^rhodecode\.log$ | |||
|
43 | ^rhodecode_dev\.log$ | |||
|
44 | ^test\.db$ | |||
|
45 | ||||
|
46 | # ac-tests | |||
|
47 | ^acceptance_tests/\.cache.*$ | |||
|
48 | ^acceptance_tests/externals | |||
|
49 | ^acceptance_tests/ghostdriver.log$ | |||
|
50 | ^acceptance_tests/local(_.+)?\.ini$ | |||
|
51 | ||||
|
52 | # docs | |||
|
53 | ^docs/_build$ | |||
|
54 | ^docs/result$ | |||
|
55 | ^docs-internal/_build$ | |||
|
56 | ||||
|
57 | # Cythonized things | |||
|
58 | ^rhodecode/.*\.(c|so)$ |
General Comments 0
You need to be logged in to leave comments.
Login now