-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.gitignore
161 lines (161 loc) · 2.66 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
.deps
00Patchlevel
CFILES
argp/test-argp
argp/test-argp1
argp/test-argp2
argp/test-bug-argp1
crypt/md5speeds
crypt/speeds
crypt/test-cert
crypt/test-md5_1
crypt/test-md5_2
crypt/test-ufc
dirent/test-list
dirent/test-opendir
dirent/test-seekdir
include/features.h
include/linker.h
include/mint/sysbind.h
include/mint/trap1.h
include/mint/trap13.h
include/mint/trap14.h
include/syscall-list.h
includepath
login/test-utmp
mintlib/syscalls.h
mintlib/test-assert
mintlib/test-assert-perr
mintlib/test-atexit
mintlib/test-ctype
mintlib/test-ctype1
mintlib/test-dirent
mintlib/test-mallocbug
mintlib/test-seekdir
mintlib/test-setjmp
mintlib/test-setjmp1
misc/test-dirname
misc/test-efgcvt
misc/test-fdset
misc/test-tsearch
posix/test-fnmatch
posix/test-getopt
posix/test-glob
posix/test-remove
posix/test-run
posix/test-wordexp
pwdgrp/test-grp
signal/test-signal
signal/test-sigset
socket/test-aton
socket/test-hton
socket/test-ntoa
stdiio/test-iioformat
stdiio/test-iioscanf
stdiio/test-iiowc-printf
stdio/test-bug1
stdio/test-bug10
stdio/test-bug11
stdio/test-bug12
stdio/test-bug2
stdio/test-bug3
stdio/test-bug4
stdio/test-bug5
stdio/test-bug6
stdio/test-bug7
stdio/test-bug8
stdio/test-bug9
stdio/test-doprnt
stdio/test-errnobug
stdio/test-ferror
stdio/test-fformat
stdio/test-fileno
stdio/test-fseek
stdio/test-fwrite
stdio/test-getln
stdio/test-glue
stdio/test-iformat
stdio/test-llformat
stdio/test-obstream
stdio/test-popen
stdio/test-printf
stdio/test-printfsz
stdio/test-rdwr
stdio/test-scanf
stdio/test-scanf1
stdio/test-scanf10
stdio/test-scanf11
stdio/test-scanf12
stdio/test-scanf2
stdio/test-scanf3
stdio/test-scanf4
stdio/test-scanf5
stdio/test-scanf6
stdio/test-scanf7
stdio/test-scanf8
stdio/test-scanf9
stdio/test-stdiomisc
stdio/test-temp
stdio/test-tmpfile
stdio/test-tmpnam
stdio/test-ungetc
stdio/test-wc-printf
stdio/test-xbug
stdlib/test-canon
stdlib/test-canon2
stdlib/test-cc
stdlib/test-div
stdlib/test-mb
stdlib/test-rand
stdlib/test-sort
stdlib/test-strtod
stdlib/test-strtol
string/test-common
string/test-copy
string/test-ffs
string/test-inlcall
string/test-inline
string/test-noinline
string/test-strlen
string/test-svc
sunrpc/rpcgen
sunrpc/rpcinfo
sunrpc/*.stmp
syscall/SRCFILES.traps
syscall/gen-syscall
syscall/pars.h
syscall/syscalls.stmp
syscall/pars.c
syscall/scan.c
syscall/.stmp.pars
time/test-clock
time/test-getdate
time/test-mktime
time/test-posixtz
time/test-strptime
time/test-time
tz/test-dummy
tz/tzinit
tz/tzselect
tz/yearistype
tz/zdump
tz/zic
tz/leapseconds
tz/date
tz/dumpstate
tz/version.h
tz/zdump_for_build
tz/zic_for_build
unix/test-fdset
unix/test-open
unix/test-opendir
unix/test-select
unix/test-stat
unix/test-time
unix/test-utime
unix/test-vfork
*.o
*.a
*~
*.exe
build