diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,5 +1,11 @@ +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$