COIN-OR::LEMON - Graph Library

source: lemon-tutorial/.hgignore @ 43:7b789434b1af

Last change on this file since 43:7b789434b1af was 17:0b3b26cd1cea, checked in by Alpar Juttner <alpar@…>, 15 years ago

Better build system

  • configure script added
  • demo/*.cc are now compiled (the executables are in demo/build)
  • version number appears in the doc and automatically updates
  • the cross reference to the lemon doc can be relocated (e.g. to a local copy of the doc)
  • some repo reorganization has taken place
  • better .hgignore
File size: 204 bytes
RevLine 
[0]1syntax: glob
2*.obj
3*.orig
4*.rej
5*~
6*.o
7*.log
8*.lo
9*.tar.*
10*.bak
11*.tag
[17]12*.tmp
[0]13.dirstamp
[17]14Doxyfile
15Makefile
[0]16
17syntax: regexp
18(.*/)?\#[^/]*\#$
[17]19(.*/)?\.\#[^/]*$
[0]20^html/.*
[1]21^gen-images/.*
[10]22^gen-dox/.*
[17]23^demo/build/.*
Note: See TracBrowser for help on using the repository browser.