.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Tue, 16 Sep 2008 08:51:02 +0100
changeset 272 e63a95b68827
parent 155 5c3604513ed0
child 298 74eb8b425d82
permissions -rw-r--r--
Python script for computing the longest path in the revision tree
     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 .dirstamp
    26 .libs/*
    27 .deps/*
    28 demo/*.eps
    29 
    30 syntax: regexp
    31 (.*/)?\#[^/]*\#$
    32 ^doc/html/.*
    33 ^doc/.*\.tag
    34 ^autom4te.cache/.*
    35 ^build-aux/.*
    36 ^objs.*/.*
    37 ^test/[a-z_]*$
    38 ^demo/.*_demo$
    39 ^build/.*
    40 ^doc/gen-images/.*
    41 CMakeFiles
    42 DartTestfile.txt
    43 cmake_install.cmake
    44 CMakeCache.txt