COIN-OR::LEMON - Graph Library

source: lemon-1.0/.hgignore @ 127:1c9a9e2f7d4d

Last change on this file since 127:1c9a9e2f7d4d was 111:e47fb28cda5e, checked in by Alpar Juttner <alpar@…>, 16 years ago

Fix ignoring Emacs backup files

File size: 369 bytes
RevLine 
[0]1syntax: glob
2*.obj
3*.orig
4*.rej
5*~
6*.o
[9]7*.log
8*.lo
9*.tar.*
[2]10Makefile.in
11aclocal.m4
12config.h.in
13configure
[3]14Makefile
15config.h
16config.log
17config.status
18libtool
19stamp-h1
20lemon/lemon.pc
21lemon/libemon.la
22lemon/stamp-h2
23doc/Doxyfile
[9]24.dirstamp
25.libs/*
26.deps/*
[0]27
28syntax: regexp
[111]29(.*/)?\#[^/]*\#$
[9]30^doc/html/.*
31^autom4te.cache/.*
32^build-aux/.*
33^objs.*/.*
[85]34^test/[a-z_]*$
35^demo/.*_demo$
Note: See TracBrowser for help on using the repository browser.