grim/guifications3

Added INSTALL to .hgignore
org.guifications.gf3
2009-09-08, Gary Kramlich
3f190e17d6b1
Parents 1f8b98533d8f
Children 37cba2b5b2e4
Added INSTALL to .hgignore
cleaned up .hgignore to only use regex's where necessary
  • +31 -32
    .hgignore
  • --- a/.hgignore Mon Sep 07 23:56:33 2009 -0500
    +++ b/.hgignore Tue Sep 08 00:07:07 2009 -0500
    @@ -1,42 +1,56 @@
    syntax: glob
    +*.1
    *.bak
    *.la
    *.lo
    *.loT
    *.o
    +*.pc
    +*.pot
    *.swp
    *.in~
    +*.tar.bz2
    +*.tar.gz
    +*.zip
    +*_glue.h
    +.deps
    +.libs
    +INSTALL
    +Makefile
    +Makefile.in
    +Makefile.in.in
    +aclocal.m4
    +autogen.args
    +autom4te.cache
    +configure
    +depcomp
    +gf_lib.h
    +gf_lib_*.h
    +gtk-doc.make
    +install-sh
    +libtool
    +local.mak
    +ltmain.sh
    +m4
    +missing
    +mkinstalldirs
    +POTFILES
    +stamp-it
    +stamp-h1
    syntax: regexp
    -.*/\.deps
    -.*/\.libs
    -^.+/autom4te.cache
    -^.+/m4
    -.*/?Makefile(\.in)?$
    -.*/?.+\.loT
    -.+\.1$
    .+/doc/gflib(-.+)?/(ht|x)ml$
    .+/doc/gflib(-.+)?/gflib(-.+)?-(decl(-list)?|undeclared|undocumented|unused)\.txt$
    .+/doc/gflib(-.+)?/gflib(-.+)?\.(args|hierarchy|interfaces|prerequisites|signals)$
    .+/doc/gflib(-.+)?/.+\.stamp$
    -.+\.pc$
    -.+/mkinstalldirs$
    .+marshallers\.[ch]$
    -.+_glue.h$
    -.+/.+\.tar\.(gz|bz2)$
    -^.+/autogen.args$
    ^docs/design/.+\.png$
    ^docs/specifications/.+/(html|spec\.stamp)$
    -aclocal.m4$
    config.(guess|log|status|sub|h(\.in)?)$
    -configure$
    -depcomp$
    ^docs/specification/dir\.stamp$
    ^docs/specification/html
    ^docs/specification/xml/xml\.stamp$
    -gf_lib_.+\.h$
    gflib/gflib/gflib-(genheader|queryplugins)$
    -gflib/gflib/gf_lib\.h$
    gflib/tests/test$
    ^gflib-eggdbus/gflib-eggdbus/docbook-.+\.xml$
    ^gflib-eggdbus/gflib-eggdbus/gfeggdbus.+\.([ch]|list)$
    @@ -47,20 +61,5 @@
    guifications-daemon/guifications-daemon.service$
    guifications-daemon/src/guifications-daemon$
    guifications-gtk/src/guifications-gtk$
    -gtk-doc.make$
    -install-sh$
    intltool-(extract|merge|update)(\.in)?$
    -libtool$
    -local.mak$
    -ltmain.sh$
    -missing$
    -po/Makefile.in.in$
    -po/POTFILES$
    -po/stamp-it$
    -po/.+\.pot$
    -po-properties/Makefile.in.in$
    -po-properties/POTFILES$
    -po-properties/stamp-it$
    -po-properties/.+\.pot$
    -stamp-h1$
    gflib-sharp/sources/(gf3|gflib(-sharp-sources.xml|\.mtn)?)$