Changeset - a555d8345105
[Not reviewed]
beta
0 1 0
Lukasz Balcerzak - 15 years ago 2010-12-16 00:45:01
lukasz.balcerzak@python-center.org
Small hgignore update
1 file changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
syntax: glob
 
*.pyc
 
*.swp
 

	
 
syntax: regexp
 
^build
 
^docs/build/
 
^docs/_build/
 
^data$
 
^\.settings$
 
^\.project$
 
@@ -7,4 +13,4 @@ syntax: regexp
 
^rhodecode\.db$
 
^test\.db$
 
^repositories\.config$
 
^RhodeCode\.egg-info$
 
\ No newline at end of file
 
^RhodeCode\.egg-info$
0 comments (0 inline, 0 general)