Show More
@@ -2,8 +2,6 b' syntax: glob' | |||||
2 | *.orig |
|
2 | *.orig | |
3 | *.pyc |
|
3 | *.pyc | |
4 | *.swp |
|
4 | *.swp | |
5 | *.sqlite |
|
|||
6 | *.sqlite-journal |
|
|||
7 | *.tox |
|
5 | *.tox | |
8 | *.egg-info |
|
6 | *.egg-info | |
9 | *.egg |
|
7 | *.egg | |
@@ -21,7 +19,6 b' syntax: regexp' | |||||
21 | ^\.cache.*$ |
|
19 | ^\.cache.*$ | |
22 | ^\.rhodecode$ |
|
20 | ^\.rhodecode$ | |
23 |
|
21 | |||
24 | ^rcextensions |
|
|||
25 | ^_dev |
|
22 | ^_dev | |
26 | ^._dev |
|
23 | ^._dev | |
27 | ^build/ |
|
24 | ^build/ | |
@@ -35,16 +32,5 b' syntax: regexp' | |||||
35 | ^junit\.xml$ |
|
32 | ^junit\.xml$ | |
36 | ^node_modules/ |
|
33 | ^node_modules/ | |
37 | ^pylint.log$ |
|
34 | ^pylint.log$ | |
38 | ^rcextensions/ |
|
|||
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 | ^build$ |
|
35 | ^build$ | |
46 | ^coverage\.xml$ |
|
|||
47 | ^htmlcov |
|
|||
48 | ^junit\.xml$ |
|
|||
49 | ^pylint.log$ |
|
|||
50 | ^result$ |
|
36 | ^result$ |
General Comments 0
You need to be logged in to leave comments.
Login now