grim/gplate

6b1bd62b6595
Parents 9a0f7ece200d
Children 8cb6d4d7c111
moved .mtn-ignore to .hgignore with apporiate updates
  • +49 -0
    .hgignore
  • +0 -33
    .mtn-ignore
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/.hgignore Sun Jun 21 02:42:06 2009 -0500
    @@ -0,0 +1,49 @@
    +syntax: glob
    +*.a
    +*.bz2
    +*.gcda
    +*.gcno
    +*.gcov
    +*.gz
    +*.la
    +*.lai
    +*.lo
    +*.loT
    +*.o
    +*.Plo
    +*.Po
    +*.so*
    +*.zip
    +Makefile
    +Makefile.in
    +
    +syntax: regexp
    +^gplate/configs/.+\.(dot|png)$
    +^config.(guess|log|status|sub|h(\.in)?)$
    +^autogen\.args$
    +^autom4te.cache
    +aclocal.m4
    +configure
    +depcomp
    +^doc/gplate/.+\.stamp$
    +^doc/gplate/gplate-un(declared|documented|used)\.txt$
    +^doc/gplate/gplate-decl(-list)?\.txt$
    +^doc/gplate/gplate\.(args|hierarchy|interfaces|prerequisites|signals)$
    +^doc/gplate/(ht|x)ml$
    +^doc/gplate/overview\.sgml$
    +^gplate\.(info|pc)$
    +gtk-doc.make
    +^html$
    +install-sh
    +intltool-.*
    +libtool
    +ltmain.sh
    +missing
    +po/Makefile.in.in
    +po/POTFILES$
    +po/stamp-it
    +stamp-h1
    +tests/test$
    +^tests/gplate-tests\.xml$
    +^tests/results.html$
    +^tests/html/results.html$
    --- a/.mtn-ignore Wed Apr 22 08:12:00 2009 +0000
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,33 +0,0 @@
    -.*/?Makefile(\.in)?$
    -.+\.gc(da|no|ov)$
    -.+\.loT
    -^gplate-.+\.tar\.(gz|bz2)$
    -^gplate-.+\.zip$
    -^gplate/configs/.+\.(dot|png)$
    -^config.(guess|log|status|sub|h(\.in)?)$
    -^autogen\.args$
    -aclocal.m4
    -configure
    -depcomp
    -^doc/gplate/.+\.stamp$
    -^doc/gplate/gplate-un(declared|documented|used)\.txt$
    -^doc/gplate/gplate-decl(-list)?\.txt$
    -^doc/gplate/gplate\.(args|hierarchy|interfaces|prerequisites|signals)$
    -^doc/gplate/(ht|x)ml$
    -^doc/gplate/overview\.sgml$
    -^gplate\.(info|pc)$
    -gtk-doc.make
    -^html$
    -install-sh
    -intltool-.*
    -libtool
    -ltmain.sh
    -missing
    -po/Makefile.in.in
    -po/POTFILES$
    -po/stamp-it
    -stamp-h1
    -tests/test$
    -^tests/gplate-tests\.xml$
    -^tests/results.html$
    -^tests/html/results.html$