comparison .hgignore @ 0:3c209338e596

Ur/Web module initializes libcurl
author Adam Chlipala <adam@chlipala.net>
date Sun, 26 Dec 2010 12:04:08 -0500
parents
children f59083771ee2
comparison
equal deleted inserted replaced
-1:000000000000 0:3c209338e596
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 aclocal.m4
17
18 syntax: regexp
19
20 ^Makefile$
21 ^src/c/Makefile$
22 ^src/ur/config.urp$
23 ^libtool$
24 ^config.h$
25 ^stamp-h1$