logilab/doctools

changeset 1:dfd377175b83

ignore pyc pyo ~ et .cover
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
date Thu, 11 May 2006 12:50:52 +0200
parents cc367abb080e
children df4ed9d9b01d
files .hgignore
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/.hgignore	Wed Apr 26 10:48:09 2006 +0000
     1.2 +++ b/.hgignore	Thu May 11 12:50:52 2006 +0200
     1.3 @@ -2,3 +2,8 @@
     1.4  (^|/)\.hg($|/)
     1.5  (^|/)\.hgtags($|/)
     1.6  ^log$
     1.7 +\.pyc$
     1.8 +\.pyo$
     1.9 +\~$
    1.10 +\,cover$
    1.11 +^\.coverage$