forked from moriyoshi/libmbfl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (64 loc) · 974 Bytes
/
.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
*~
*.a
*.la
*.lo
*.log
*.o
*.Plo
*.so
*.sum
*.tmp
*.Tpo
*.tar.gz
*.tar.bz2
.deps
.gdb_history
.libs
site.exp
site.bak
aclocal.m4
autom4te.cache
config.guess
config.h
config.h.in
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
Makefile
Makefile.in
mbfl/EastAsianWidth.txt
missing
stamp-h1
tests/conv_encoding
tests/conv_kana
tests/strcut
tests/strwidth
tests/conv_encoding.tests/CP932.TXT
tests/conv_encoding.tests/uni_to_cp932.exp
tests/conv_encoding.tests/uni_to_cp50220.exp
tests/conv_encoding.tests/uni_to_cp50222.exp
tests/conv_encoding.tests/cp932_to_uni.exp
tests/conv_encoding.tests/gen_exp
filters/8859-1.TXT
filters/8859-2.TXT
filters/8859-3.TXT
filters/8859-4.TXT
filters/8859-5.TXT
filters/8859-6.TXT
filters/8859-7.TXT
filters/8859-8.TXT
filters/8859-9.TXT
filters/8859-10.TXT
filters/8859-11.TXT
filters/8859-13.TXT
filters/8859-14.TXT
filters/8859-15.TXT
filters/8859-16.TXT
#CMake stuff
/CMakeCache.txt
cmake_install.cmake
CMakeFiles