COIN-OR::LEMON - Graph Library

source: lemon/.hgignore @ 1191:939ee6d1e525

Last change on this file since 1191:939ee6d1e525 was 944:2d9c6566a604, checked in by Alpar Juttner <alpar@…>, 14 years ago

Add doc/references.dox to .hgignore

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