COIN-OR::LEMON - Graph Library

source: lemon/.hgignore @ 480:69928a704ffb

Last change on this file since 480:69928a704ffb was 479:aff6888e71c9, checked in by Alpar Juttner <alpar@…>, 15 years ago

Ignore standard .m4 files

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