COIN-OR::LEMON - Graph Library

source: lemon/.hgignore @ 487:acfb0f24d178

Last change on this file since 487:acfb0f24d178 was 400:50d96f2166d7, checked in by Alpar Juttner <alpar@…>, 15 years ago

Port DIMACS tools from svn -r3516

Namely,

  • apply migrate script
  • apply unify sources
  • break long lines
  • Fixes the compilation
  • dim_to_lgf -> dimacs-to-lgf
  • better .hgignore
  • shorten the doc of dimacs-to-lgf
File size: 525 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
[0]29
30syntax: regexp
[111]31(.*/)?\#[^/]*\#$
[298]32(.*/)?\.\#[^/]*$
[9]33^doc/html/.*
[249]34^doc/.*\.tag
[9]35^autom4te.cache/.*
36^build-aux/.*
37^objs.*/.*
[85]38^test/[a-z_]*$
[400]39^tools/[a-z-_]*$
[85]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.