COIN-OR::LEMON - Graph Library

source: lemon-1.2/.hgignore @ 866:2d9c6566a604

Last change on this file since 866:2d9c6566a604 was 866:2d9c6566a604, checked in by Alpar Juttner <alpar@…>, 14 years ago

Add doc/references.dox to .hgignore

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