.hgignore
changeset 153 976a014b3797
parent 128 7cd965d2257f
child 154 f4e4dbc1d467
     1.1 --- a/.hgignore	Thu Apr 24 20:26:14 2008 +0100
     1.2 +++ b/.hgignore	Tue Apr 22 18:12:58 2008 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  *.log
     1.5  *.lo
     1.6  *.tar.*
     1.7 +*.bak
     1.8  Makefile.in
     1.9  aclocal.m4
    1.10  config.h.in
    1.11 @@ -25,6 +26,7 @@
    1.12  .libs/*
    1.13  .deps/*
    1.14  demo/*.eps
    1.15 +doc/images/*.png
    1.16  
    1.17  syntax: regexp
    1.18  (.*/)?\#[^/]*\#$