COIN-OR::LEMON - Graph Library

source: lemon/.hgignore @ 111:e47fb28cda5e

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

Fix ignoring Emacs backup files

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