forked from rockdaboot/wget2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
112 lines (112 loc) · 1.63 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
/build-aux
*.3
*.Makefile.in
*.bak
*.dll
*.exe
*.la
*.lo
*.log
*.o
*.patch
*.plist
*.stamp
*.trs
*/.deps
*/.libs
*/Makefile
*/*.gcda
*/*.gcno
*~
.depend
.manywarnings
ABOUT-NLS
INSTALL
Makefile
Makefile.in
aclocal.m4
ar-lib
autom4te.cache
compile
config.cache
config.guess
config.h
config.h.in
config.rpath
config.status
config.sub
configure
depcomp
docs/html
docs/libwget.doxy
examples/check_url_types
examples/getstream
examples/http_get
examples/http_get2
examples/http_multi_get
examples/print_css_urls
examples/print_css_urls2
examples/print_css_urls3
examples/print_html_urls
examples/websequencediagram
examples/websequencediagram_high
git_push
include/wget/wgetver.h
install-sh
lcov
lib
libtool
libwget.pc
libwget/css_tokenizer.c
libwget/test_linking
ltmain.sh
m4/*
!m4/wget_manywarnings.m4
missing
nbproject
snippet
src/wget2
src/wget2_noinstall
stamp-h1
test-driver
tests/buffer_printf_perf
tests/stringmap_perf
tests/test
tests/test--accept
tests/test--follow-tags
tests/test--page-requisites
tests/test--post-file
tests/test--spider-r
tests/test-E-k
tests/test-auth-basic
tests/test-bad-chunk
tests/test-base
tests/test-chunked
tests/test-directory-clash
tests/test-i-http
tests/test-i-https
tests/test-idn-cmd
tests/test-idn-meta
tests/test-idn-robots
tests/test-iri
tests/test-iri-disabled
tests/test-iri-forced-remote
tests/test-iri-list
tests/test-iri-percent
tests/test-iri-subdir
tests/test-k
tests/test-meta-robots
tests/test-metalink
tests/test-np
tests/test-parse-css
tests/test-parse-html
tests/test-parse-rss
tests/test-redirection
tests/test-restrict-ascii
tests/test-robots
tests/test-wget-1
tmp
wget2-*
wget2_*.info
/GNUmakefile
/maint.mk