.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Wed, 25 Aug 2010 21:34:58 +0200
changeset 904 16d466589b54
parent 517 2b6d5d22bb23
child 866 2d9c6566a604
permissions -rw-r--r--
Backport the CMAKE related changesets from the main branch

[e20fecd1945f] Add check target for CMake (#388)
[e74b5db4f2c6] Put the output of chg-len.py in the version string (#389)
[7d166b8b8018] Safer call of ./scripts/chg-len.py on Windows (#389)
[659ba4805a48] Make CMAKE config more consistent with configure.ac (#390)
[63e4468c680e] Add 'Maintainer' CMAKE build type (#388, #390)
[a725503acfe9] Allow CPACK configuration on all platforms
[10242c611190] Create and install lemon.pc (#393)
[48e29534cf03] The deafult target doesn't build lp_test and mip_test (#388)
[0fbbdd578c06] Full path for DoxygenLayout.xml in Doxyfile.in (#395)
[481496e6d71f] SOURCE_BROWSER Doxygen switch is configurable from CMAKE (#395)
[09282720100b] update-external-tags CMAKE target (#395)
     1 syntax: glob
     2 *.obj
     3 *.orig
     4 *.rej
     5 *~
     6 *.o
     7 *.log
     8 *.lo
     9 *.tar.*
    10 *.bak
    11 Makefile.in
    12 aclocal.m4
    13 config.h.in
    14 configure
    15 Makefile
    16 config.h
    17 config.log
    18 config.status
    19 libtool
    20 stamp-h1
    21 lemon/lemon.pc
    22 lemon/libemon.la
    23 lemon/stamp-h2
    24 doc/Doxyfile
    25 cmake/version.cmake
    26 .dirstamp
    27 .libs/*
    28 .deps/*
    29 demo/*.eps
    30 m4/libtool.m4
    31 m4/ltoptions.m4
    32 m4/ltsugar.m4
    33 m4/ltversion.m4
    34 m4/lt~obsolete.m4
    35 
    36 syntax: regexp
    37 (.*/)?\#[^/]*\#$
    38 (.*/)?\.\#[^/]*$
    39 ^doc/html/.*
    40 ^doc/.*\.tag
    41 ^autom4te.cache/.*
    42 ^build-aux/.*
    43 ^.*objs.*/.*
    44 ^test/[a-z_]*$
    45 ^tools/[a-z-_]*$
    46 ^demo/.*_demo$
    47 ^.*build.*/.*
    48 ^doc/gen-images/.*
    49 CMakeFiles
    50 DartTestfile.txt
    51 cmake_install.cmake
    52 CMakeCache.txt