COIN-OR::LEMON - Graph Library

source: lemon-1.0/.hgignore @ 298:74eb8b425d82

Last change on this file since 298:74eb8b425d82 was 298:74eb8b425d82, checked in by Alpar Juttner <alpar@…>, 15 years ago

Fix ignoring Emacs backup/temp files

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