changeset 848:a555d8345105 beta

Small hgignore update
author Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
date Thu, 16 Dec 2010 00:45:01 +0100
parents 75c425d0afeb
children 64a5386216c5
files .hgignore
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Mon Dec 13 01:06:48 2010 +0100
+++ b/.hgignore	Thu Dec 16 00:45:01 2010 +0100
@@ -1,5 +1,11 @@
+syntax: glob
+*.pyc
+*.swp
 
 syntax: regexp
+^build
+^docs/build/
+^docs/_build/
 ^data$
 ^\.settings$
 ^\.project$
@@ -7,4 +13,4 @@
 ^rhodecode\.db$
 ^test\.db$
 ^repositories\.config$
-^RhodeCode\.egg-info$
\ No newline at end of file
+^RhodeCode\.egg-info$