COIN-OR::LEMON - Graph Library

source: lemon-1.2/.hgignore @ 472:c46afb3f67a6

Last change on this file since 472:c46afb3f67a6 was 472:c46afb3f67a6, checked in by Alpar Juttner <alpar@…>, 15 years ago

(.hg)ignore more build-like dirs (*objs* and *build*)

File size: 609 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
25.dirstamp
26.libs/*
27.deps/*
28demo/*.eps
29m4/libtool.m4
30m4/ltoptions.m4
31m4/ltsugar.m4
32m4/ltversion.m4
33m4/lt~obsolete.m4
34
35syntax: regexp
36(.*/)?\#[^/]*\#$
37(.*/)?\.\#[^/]*$
38^doc/html/.*
39^doc/.*\.tag
40^autom4te.cache/.*
41^build-aux/.*
42^.*objs.*/.*
43^test/[a-z_]*$
44^tools/[a-z-_]*$
45^demo/.*_demo$
46^.*build.*/.*
47^doc/gen-images/.*
48CMakeFiles
49DartTestfile.txt
50cmake_install.cmake
51CMakeCache.txt
Note: See TracBrowser for help on using the repository browser.