-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
85 lines (78 loc) · 1.33 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
# CMake build files
build/
CMakeFiles
*.so
*.so.*.*.*
*.a
*.dylib
*.stackdump
*.lib
*.pdb
*.dll
*.exe
cmake_install.cmake
CMakeCache.txt
CTestTestfile.cmake
DartConfiguration.tcl
Makefile
uninstall.cmake
reiconv.hpp
CTestCostData.txt
*.inst
Testing
*.log
*.dSYM
# Makefile.devel temp files
lib/generated/genaliases
lib/generated/genaliases_sysaix
lib/generated/genaliases_syshpux
lib/generated/genaliases_sysosf1
lib/generated/genaliases_syssolaris
lib/generated/genaliases2_aix
lib/generated/genaliases2_aix_sysaix
lib/generated/genaliases2_dos
lib/generated/genaliases2_extra
lib/generated/genaliases2_osf1
lib/generated/genaliases2_osf1_sysosf1
lib/generated/genaliases2_zos
lib/generated/genflags
/*/**/*.gperf
# Test suite runable
tests/cmp
tests/cmp.exe
tests/gengb18030z
tests/gengb18030z.exe
tests/genutf8
tests/genutf8.exe
tests/reiconv-test
tests/reiconv-test.exe
tests/table-from
tests/table-from.exe
tests/table-to
tests/table-to.exe
tests/test-shiftseq
tests/test-shiftseq.exe
tests/uniq-u
tests/uniq-u.exe
tests/tmp-*.TXT
a.out
# Patterns for all subdirectories: all kinds of automatic backup files.
*.orig
*.rej
*~
*.kate-swp
*.swp
.#*
\#*#
.vscode
.cache
# Autopull modules
build-aux/
# Temp tests files.
tests/data/UTF-8.TXT
tests/data/GB18030-2005.TXT
tests/data/GB18030-2022.TXT
*.tmp
# Dist directory and temps
cppp-reiconv-v*
__pycache__