COIN-OR::LEMON - Graph Library

source: lemon/.hgignore @ 128:7cd965d2257f

Last change on this file since 128:7cd965d2257f was 128:7cd965d2257f, checked in by Alpar Juttner <alpar@…>, 16 years ago

Port graph_to_eps() and Color from svn -r3482.

File size: 380 bytes
Line 
1syntax: glob
2*.obj
3*.orig
4*.rej
5*~
6*.o
7*.log
8*.lo
9*.tar.*
10Makefile.in
11aclocal.m4
12config.h.in
13configure
14Makefile
15config.h
16config.log
17config.status
18libtool
19stamp-h1
20lemon/lemon.pc
21lemon/libemon.la
22lemon/stamp-h2
23doc/Doxyfile
24.dirstamp
25.libs/*
26.deps/*
27demo/*.eps
28
29syntax: regexp
30(.*/)?\#[^/]*\#$
31^doc/html/.*
32^autom4te.cache/.*
33^build-aux/.*
34^objs.*/.*
35^test/[a-z_]*$
36^demo/.*_demo$
Note: See TracBrowser for help on using the repository browser.