COIN-OR::LEMON - Graph Library

source: lemon-1.2/.hgignore @ 661:ca92c2f936b0

Last change on this file since 661:ca92c2f936b0 was 563:dad9db81ade2, checked in by Alpar Juttner <alpar@…>, 15 years ago

Fix in .hgignore

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