COIN-OR::LEMON - Graph Library

source: lemon/.hgignore @ 141:96f81c791f0c

Last change on this file since 141:96f81c791f0c was 141:96f81c791f0c, checked in by Akos Ladanyi <ladanyi@…>, 16 years ago

CMake based build system

File size: 453 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$
37^build/.*
38CMakeFiles
39DartTestfile.txt
40cmake_install.cmake
41CMakeCache.txt
Note: See TracBrowser for help on using the repository browser.