.hgignore
changeset 121 91c0fed3181e
parent 85 3453d20a82cd
child 128 7cd965d2257f
equal deleted inserted replaced
4:b371954a0fd8 5:bcc7f9b947d8
     2 *.obj
     2 *.obj
     3 *.orig
     3 *.orig
     4 *.rej
     4 *.rej
     5 *~
     5 *~
     6 *.o
     6 *.o
     7 .#.*
       
     8 *.log
     7 *.log
     9 *.lo
     8 *.lo
    10 *.tar.*
     9 *.tar.*
    11 Makefile.in
    10 Makefile.in
    12 aclocal.m4
    11 aclocal.m4
    25 .dirstamp
    24 .dirstamp
    26 .libs/*
    25 .libs/*
    27 .deps/*
    26 .deps/*
    28 
    27 
    29 syntax: regexp
    28 syntax: regexp
       
    29 (.*/)?\#[^/]*\#$
    30 ^doc/html/.*
    30 ^doc/html/.*
    31 ^autom4te.cache/.*
    31 ^autom4te.cache/.*
    32 ^build-aux/.*
    32 ^build-aux/.*
    33 ^objs.*/.*
    33 ^objs.*/.*
    34 ^test/[a-z_]*$
    34 ^test/[a-z_]*$