.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 11 Feb 2010 10:02:11 +0100
changeset 409 f58e01094738
parent 298 74eb8b425d82
permissions -rw-r--r--
Fix the date field comment of graphToEps() output (#336)
     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/cmake.version
    26 .dirstamp
    27 .libs/*
    28 .deps/*
    29 demo/*.eps
    30 
    31 syntax: regexp
    32 (.*/)?\#[^/]*\#$
    33 (.*/)?\.\#[^/]*$
    34 ^doc/html/.*
    35 ^doc/.*\.tag
    36 ^autom4te.cache/.*
    37 ^build-aux/.*
    38 ^objs.*/.*
    39 ^test/[a-z_]*$
    40 ^demo/.*_demo$
    41 ^build/.*
    42 ^doc/gen-images/.*
    43 CMakeFiles
    44 DartTestfile.txt
    45 cmake_install.cmake
    46 CMakeCache.txt