COIN-OR::LEMON - Graph Library

source: lemon/.hgignore @ 667:c3ce597c11ae

Last change on this file since 667:c3ce597c11ae was 610:dad9db81ade2, checked in by Alpar Juttner <alpar@…>, 15 years ago

Fix in .hgignore

File size: 629 bytes
RevLine 
[0]1syntax: glob
2*.obj
3*.orig
4*.rej
5*~
6*.o
[9]7*.log
8*.lo
9*.tar.*
[153]10*.bak
[2]11Makefile.in
12aclocal.m4
13config.h.in
14configure
[3]15Makefile
16config.h
17config.log
18config.status
19libtool
20stamp-h1
21lemon/lemon.pc
22lemon/libemon.la
23lemon/stamp-h2
24doc/Doxyfile
[610]25cmake/version.cmake
[9]26.dirstamp
27.libs/*
28.deps/*
[128]29demo/*.eps
[479]30m4/libtool.m4
31m4/ltoptions.m4
32m4/ltsugar.m4
33m4/ltversion.m4
34m4/lt~obsolete.m4
[0]35
36syntax: regexp
[111]37(.*/)?\#[^/]*\#$
[298]38(.*/)?\.\#[^/]*$
[9]39^doc/html/.*
[249]40^doc/.*\.tag
[9]41^autom4te.cache/.*
42^build-aux/.*
[495]43^.*objs.*/.*
[85]44^test/[a-z_]*$
[400]45^tools/[a-z-_]*$
[85]46^demo/.*_demo$
[495]47^.*build.*/.*
[155]48^doc/gen-images/.*
[141]49CMakeFiles
50DartTestfile.txt
51cmake_install.cmake
52CMakeCache.txt
Note: See TracBrowser for help on using the repository browser.