COIN-OR::LEMON - Graph Library

source: lemon-main/.hgignore @ 510:d8ca76573eb3

Last change on this file since 510:d8ca76573eb3 was 494:14a7e712e80f, checked in by Alpar Juttner <alpar@…>, 15 years ago

Add cmake/cmake.version to .hgignore

File size: 528 bytes
Line 
1syntax: glob
2*.obj
3*.orig
4*.rej
5*~
6*.o
7*.log
8*.lo
9*.tar.*
10*.bak
11Makefile.in
12aclocal.m4
13config.h.in
14configure
15Makefile
16config.h
17config.log
18config.status
19libtool
20stamp-h1
21lemon/lemon.pc
22lemon/libemon.la
23lemon/stamp-h2
24doc/Doxyfile
25cmake/cmake.version
26.dirstamp
27.libs/*
28.deps/*
29demo/*.eps
30
31syntax: 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/.*
43CMakeFiles
44DartTestfile.txt
45cmake_install.cmake
46CMakeCache.txt
Note: See TracBrowser for help on using the repository browser.