.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Sun, 11 Dec 2011 18:43:33 +0100
changeset 13 0ab493e5250e
permissions -rw-r--r--
Add build id field to running time logs

Configurable by BENCHMARK_BUILD_ID cmake variable,
which defaults to the last component of the build directory.
     1 syntax: glob
     2 *.obj
     3 *.orig
     4 *.rej
     5 *~
     6 *.o
     7 *.log
     8 *.lo
     9 *.tar.*
    10 *.bak
    11 doc/Doxyfile
    12 
    13 syntax: regexp
    14 (.*/)?\#[^/]*\#$
    15 (.*/)?\.\#[^/]*$
    16 ^.*objs.*/.*
    17 ^.*build.*/.*