COIN-OR::LEMON - Graph Library

source: lemon-main/.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
RevLine 
[0]1syntax: glob
2*.obj
3*.orig
4*.rej
5*~
6*.o
[9]7*.log
8*.lo
9*.tar.*
[2]10Makefile.in
11aclocal.m4
12config.h.in
13configure
[3]14Makefile
15config.h
16config.log
17config.status
18libtool
19stamp-h1
20lemon/lemon.pc
21lemon/libemon.la
22lemon/stamp-h2
23doc/Doxyfile
[9]24.dirstamp
25.libs/*
26.deps/*
[128]27demo/*.eps
[0]28
29syntax: regexp
[111]30(.*/)?\#[^/]*\#$
[9]31^doc/html/.*
32^autom4te.cache/.*
33^build-aux/.*
34^objs.*/.*
[85]35^test/[a-z_]*$
36^demo/.*_demo$
[141]37^build/.*
38CMakeFiles
39DartTestfile.txt
40cmake_install.cmake
41CMakeCache.txt
Note: See TracBrowser for help on using the repository browser.