.hgignore
changeset 0 0e4f009eab8b
child 1 67188bd752db
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.hgignore	Mon Jun 23 11:48:43 2008 +0100
     1.3 @@ -0,0 +1,43 @@
     1.4 +syntax: glob
     1.5 +*.obj
     1.6 +*.orig
     1.7 +*.rej
     1.8 +*~
     1.9 +*.o
    1.10 +*.log
    1.11 +*.lo
    1.12 +*.tar.*
    1.13 +*.bak
    1.14 +Makefile.in
    1.15 +aclocal.m4
    1.16 +config.h.in
    1.17 +configure
    1.18 +Makefile
    1.19 +config.h
    1.20 +config.log
    1.21 +config.status
    1.22 +libtool
    1.23 +stamp-h1
    1.24 +lemon/lemon.pc
    1.25 +lemon/libemon.la
    1.26 +lemon/stamp-h2
    1.27 +doc/Doxyfile
    1.28 +.dirstamp
    1.29 +.libs/*
    1.30 +.deps/*
    1.31 +demo/*.eps
    1.32 +
    1.33 +syntax: regexp
    1.34 +(.*/)?\#[^/]*\#$
    1.35 +^doc/html/.*
    1.36 +^autom4te.cache/.*
    1.37 +^build-aux/.*
    1.38 +^objs.*/.*
    1.39 +^test/[a-z_]*$
    1.40 +^demo/.*_demo$
    1.41 +^build/.*
    1.42 +^doc/gen-images/.*
    1.43 +CMakeFiles
    1.44 +DartTestfile.txt
    1.45 +cmake_install.cmake
    1.46 +CMakeCache.txt