-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
151 lines (151 loc) · 2.95 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
!/unistring/Makefile.am
!po/POTFILES.in
*.exe
*.gcda
*.gcno
*.lo
*.log
*.o
*.trs
*~
.deps/
.libs/
/.version
/ABOUT-NLS
/ChangeLog
/GNUmakefile
/INSTALL
/README-release
/aclocal.m4
/aminclude_static.am
/autom4te.cache/
/build-aux
/build-aux/
/compat_reports/
/config.cache
/config.h
/config.h.in
/config.status
/configure
/doc/.gitignore
/doc/Makefile.gdoc
/doc/coverage/
/doc/decode.c
/doc/example-toascii.c
/doc/example-tounicode.c
/doc/idn2-help.texi
/doc/idn2.1
/doc/libidn2.aux
/doc/libidn2.cp
/doc/libidn2.cps
/doc/libidn2.fn
/doc/libidn2.fns
/doc/libidn2.html
/doc/libidn2.info
/doc/libidn2.ky
/doc/libidn2.pdf
/doc/libidn2.pg
/doc/libidn2.t2p/
/doc/libidn2.toc
/doc/libidn2.tp
/doc/libidn2.vr
/doc/libidn2.vrs
/doc/lookup.c
/doc/man/
/doc/reference/gtkdoc-check.test
/doc/reference/html-build.stamp
/doc/reference/html.stamp
/doc/reference/html/
/doc/reference/idn2-decl-list.txt
/doc/reference/idn2-decl-list.txt.bak
/doc/reference/idn2-decl.txt
/doc/reference/idn2-decl.txt.bak
/doc/reference/idn2-overrides.txt
/doc/reference/idn2-sections.txt
/doc/reference/idn2-undeclared.txt
/doc/reference/idn2-undocumented.txt
/doc/reference/idn2-unused.txt
/doc/reference/idn2.args
/doc/reference/idn2.hierarchy
/doc/reference/idn2.interfaces
/doc/reference/idn2.prerequisites
/doc/reference/idn2.signals
/doc/reference/idn2.types
/doc/reference/libidn2-decl-list.txt
/doc/reference/libidn2-decl-list.txt.bak
/doc/reference/libidn2-decl.txt
/doc/reference/libidn2-decl.txt.bak
/doc/reference/libidn2-overrides.txt
/doc/reference/libidn2-sections.txt
/doc/reference/libidn2-undeclared.txt
/doc/reference/libidn2-undocumented.txt
/doc/reference/libidn2-unused.txt
/doc/reference/libidn2.actions
/doc/reference/libidn2.args
/doc/reference/libidn2.hierarchy
/doc/reference/libidn2.interfaces
/doc/reference/libidn2.pdf
/doc/reference/libidn2.prerequisites
/doc/reference/libidn2.signals
/doc/reference/libidn2.types
/doc/reference/pdf-build.stamp
/doc/reference/pdf.stamp
/doc/reference/scan-build.stamp
/doc/reference/setup-build.stamp
/doc/reference/sgml-build.stamp
/doc/reference/sgml.stamp
/doc/reference/tmpl-build.stamp
/doc/reference/tmpl.stamp
/doc/reference/tmpl/
/doc/reference/version.xml
/doc/reference/xml/
/doc/register.c
/doc/stamp-vti
/doc/texi/
/doc/version.texi
/examples/decode
/examples/example-toascii
/examples/example-tounicode
/examples/lookup
/examples/register
/fuzz/*_fuzzer
/fuzz/*_fuzzer.new/
/gl/
/gtk-doc.m4
/gtk-doc.make
/lib/data.c
/lib/gendata
/lib/gentr46map
/lib/idn2.h
/lib/libidn2-*.def
/lib/libidn2.la
/lib/tr46map_data.c
/libidn2-*.tar.*
/libidn2-*.tar.*.sig
/libidn2-*/
/libidn2.pc
/libtool
/m4/
/maint.mk
/po/
/scan.tmp/
/src/idn2
/src/idn2_cmd.c
/src/idn2_cmd.h
/src/idn2_noinstall
/src/libidn2_cmd.la
/stamp-h1
/tests/.gitignore
/tests/IdnaTest.inc
/tests/repro-to-ascii-8z
/tests/repro-to-unicode-8z8z
/tests/test-glibc
/tests/test-locale
/tests/test-lookup
/tests/test-punycode
/tests/test-register
/tests/test-strerror
/tests/test-tounicode
/unistring/
Makefile
Makefile.in