COIN-OR::LEMON - Graph Library

source: lemon-1.2/.hgignore @ 494:097d7c4634ea

Last change on this file since 494:097d7c4634ea was 484:14a7e712e80f, checked in by Alpar Juttner <alpar@…>, 15 years ago

Add cmake/cmake.version to .hgignore

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