Show More
@@ -1,50 +1,36 b'' | |||
|
1 | 1 | 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 |
|
10 | 8 | *.idea |
|
11 | 9 | .DS_Store* |
|
12 | 10 | |
|
13 | 11 | |
|
14 | 12 | syntax: regexp |
|
15 | 13 | |
|
16 | 14 | #.filename |
|
17 | 15 | ^\.settings$ |
|
18 | 16 | ^\.project$ |
|
19 | 17 | ^\.pydevproject$ |
|
20 | 18 | ^\.coverage$ |
|
21 | 19 | ^\.cache.*$ |
|
22 | 20 | ^\.rhodecode$ |
|
23 | 21 | |
|
24 | ^rcextensions | |
|
25 | 22 | ^_dev |
|
26 | 23 | ^._dev |
|
27 | 24 | ^build/ |
|
28 | 25 | ^coverage\.xml$ |
|
29 | 26 | ^data$ |
|
30 | 27 | ^dev.ini$ |
|
31 | 28 | ^acceptance_tests/dev.*\.ini$ |
|
32 | 29 | ^dist/ |
|
33 | 30 | ^fabfile.py |
|
34 | 31 | ^htmlcov |
|
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