comparison .hgignore @ 0:33bf7ee17644

Initial import from some old code
author Adam Chlipala <adam@chlipala.net>
date Sat, 03 Mar 2012 14:59:04 -0500
parents
children db4d025f7bd3
comparison
equal deleted inserted replaced
-1:000000000000 0:33bf7ee17644
1 syntax: glob
2
3 *~
4
5 *.o
6 .deps
7 .libs
8 *.lo
9 *.la
10 *.exe
11
12 *.cache
13 *.log
14 *.status
15
16 syntax: regexp
17
18 ^Makefile$
19 ^libtool$
20 ^config.h$
21 ^stamp-h1$