summaryrefslogtreecommitdiffstats
path: root/.hgignore
blob: 8762e7c70c44da00bb025d0f969139a10e032c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# autoconf products
^aclocal\.m4$
^autom4te\.cache
^compile$
^(contrib/|doc/|imap/|m4/|po/)?Makefile\.in$
^config\.h(\.in~?)?$
^config\.(log|status)$
^configure$
^hcachever.sh$
^muttbug\.sh$
^stamp-h1$
^doc/Muttrc$
^doc/instdoc\.sh$
^po/POTFILES$
^config.guess$
^config.sub$
^depcomp$
^install-sh$
^missing$

# built objects
^flea$
^hcversion\.h$
^keymap_(all)?defs\.h$
^doc/makedoc$
^mutt$
^mutt_dotlock(\.c)?$
^mutt_md5$
^patchlist\.c$
^pgpewrap|pgpring$
^reldate\.h$
^smime_keys$
^stamp-doc-rc$
^doc/instdoc$
^doc/manual\.(txt|xml|aux|log|out|tex|pdf)$
^doc/mutt\.1$
^doc/muttrc\.man$
^doc/.*\.html$
^doc/stamp-
^doc/smime_keys\.1$
^po/mutt\.pot$

# xcode droppings
^build/
\.xcodeproj/

# eclipse
^\.c?project$
^\.settings/

syntax: glob
.deps
Makefile
TAGS
cscope.*
*.swp
*.o
*.gmo
*.orig
*.rej
*.a
.gdb_history