root/.hgignore

Revision 5383:d4a903e7077b, 0.7 kB (checked in by Brendan Cully <brendan@…>, 3 months ago)

Build local md5 tool for hcachever.sh. Closes #3025.

Line 
1# autoconf products
2^aclocal\.m4$
3^autom4te\.cache
4^compile$
5^(contrib/|doc/|imap/|m4/|po/)?Makefile\.in$
6^config\.h(\.in~?)?$
7^config\.(log|status)$
8^configure$
9^hcachever.sh$
10^muttbug\.sh$
11^stamp-h1$
12^doc/Muttrc$
13^doc/instdoc\.sh$
14^po/POTFILES$
15^config.guess$
16^config.sub$
17^depcomp$
18^install-sh$
19^missing$
20
21# built objects
22^flea$
23^hcversion\.h$
24^keymap_(all)?defs\.h$
25^doc/makedoc$
26^mutt$
27^mutt_dotlock(\.c)?$
28^mutt_md5$
29^patchlist\.c$
30^pgpewrap|pgpring$
31^reldate\.h$
32^smime_keys$
33^stamp-doc-rc$
34^doc/instdoc$
35^doc/manual\.(txt|xml)$
36^doc/mutt\.1$
37^doc/muttrc\.man$
38^doc/.*\.html$
39^doc/stamp-
40^po/mutt\.pot$
41
42# xcode droppings
43^build/
44.xcodeproj/
45
46syntax: glob
47.deps
48Makefile
49TAGS
50cscope.*
51*.swp
52*.o
53*.gmo
54*.orig
55*.rej
56*.a
57.gdb_history
Note: See TracBrowser for help on using the browser.