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