aboutsummaryrefslogtreecommitdiff
path: root/.hgignore
blob: 5e1749dba0dcbe584bd3ce1fd25db9b9dc760b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
syntax: glob
*.pyc
*.swp
Paste*.egg

syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^rhodecode\.db$
^test\.db$
^repositories\.config$
^RhodeCode\.egg-info$