grim/guifications2

Completely overhauled the ignores...
org.guifications.gf2
2009-07-28, Gary Kramlich
a0673fec8c58
Parents 7f33ad6f9adc
Children 4eae630480e6
Completely overhauled the ignores...
  • +21 -17
    .hgignore
  • --- a/.hgignore Mon Jul 27 19:57:56 2009 -0500
    +++ b/.hgignore Tue Jul 28 17:53:14 2009 -0500
    @@ -1,30 +1,34 @@
    -syntax: regexp
    -
    -.*/?Makefile(\.in)?$
    -.*/?.+\.o
    -.*/?.+\.l[oa]
    -.*/?.+\.loT
    -(pre|gf)_config.h(\.in)?$
    -.+\.spec
    -.*\.dll
    -\.deps
    -\.libs
    -autom4te\.cache
    +syntax: glob
    +*.dll
    +*.la
    +*.lo
    +*.loT
    +*.o
    +*.spec
    +autogen.args
    +autom4te.cache
    +intltool-*
    aclocal.m4
    -config.(guess|log|status|sub)
    configure
    depcomp
    install-sh
    -intltool-.*
    libtool
    local.mak
    ltmain.sh
    +Makefile
    +Makefile.in
    missing
    mkinstalldirs
    +pidgin-guifications-*.tar.*
    +po/*.pot
    +po/*.gmo
    po/Makefile.in.in
    po/POTFILES
    po/stamp-it
    -po/.+\.pot
    -po/.+\.gmo
    +src/.deps
    +src/.libs
    stamp-h1
    -pidgin-guifications-*.tar.*
    +
    +syntax: regexp
    +(pre|gf)_config.h(\.in)?$
    +config.(guess|log|status|sub)