-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
121 lines (116 loc) · 1.49 KB
/
.gitignore
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Not removed by any Makefile target:
.DS_Store
/atags
/docs/doxygen/
/etags
/tags
# Removed by superclean:
/ChangeLog
/Makefile.in
/aclocal.m4
/ar-lib
/compile
/config.guess
/config.h.in
/config.h.in~
/config.sub
/configure
/depcomp
/install-sh
/missing
/ylwrap
/nmh-*.tar.gz
/nmh-*.tar.gz.sig
# Removed by maintainer-clean:
/autom4te.cache/
/sbr/dtimep.c
/cscope.files
/cscope.out
/cscope.in.out
/cscope.po.out
# Removed by distclean:
.deps/
.dirstamp
/Makefile
/config.h
/config.log
/config.status
/test/common.sh
/stamp-h1
# Removed by clean:
/*.plist
/RPM/
a.out.dSYM/
/config/version.c
/etc/gen-ctype-checked
/etc/gen-ctype-checked.exe
/etc/mhn.defaults
/etc/mts.conf
/man/*.[1578]
/man/man.sed
/man/mh-chart.man
/mts/libmts.a
/sbr/*.a
/sbr/ctype-checked.*
/sbr/sigmsg.h
/sbr/addrparse.tab.c
/sbr/addrparse.tab.h
/sbr/addrparse.output
/test/testdir/
/uip/ali
/uip/anno
/uip/ap
/uip/burst
/uip/comp
/uip/dist
/uip/dp
/uip/flist
/uip/fmtdump
/uip/fmttest
/uip/folder
/uip/forw
/uip/inc
/uip/install-mh
/uip/mark
/uip/mhbuild
/uip/mhfixmsg
/uip/mhl
/uip/mhlist
/uip/mhn
/uip/mhparam
/uip/mhpath
/uip/mhshow
/uip/mhstore
/uip/mkstemp
/uip/msgchk
/uip/new
/uip/packf
/uip/pick
/uip/post
/uip/prompter
/uip/rcvdist
/uip/rcvpack
/uip/rcvstore
/uip/rcvtty
/uip/refile
/uip/repl
/uip/rmf
/uip/rmm
/uip/scan
/uip/send
/uip/show
/uip/slocal
/uip/sortm
/uip/spost
/uip/viamail
/uip/whatnow
/uip/whom
/uip/*.exe
/test/fakepop
/test/fakesmtp
/test/getcanon
/test/getcwidth
/test/getfullname
/test/*.exe
# Removed by mostlyclean:
*.o