-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (90 loc) · 1.18 KB
/
.gitignore
File metadata and controls
95 lines (90 loc) · 1.18 KB
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
# CMake build files
build
install
CMakeFiles
cmake_install.cmake
CMakeCache.txt
CTestTestfile.cmake
DartConfiguration.tcl
Makefile
cmake_uninstall.cmake
reiconv.hpp
CTestCostData.txt
Testing
install_manifest.txt
CPackConfig.cmake
CPackSourceConfig.cmake
_CPack_Packages
pdb
tests/check-encoding
tests/check-stateful
tests/check-stateless
tests/data-generator
tests/sort
tests/test-bom-state
tests/test-discard
windows/cppp-reiconv.rc
*.inst
*.log
*.dSYM
*.so
*.so.*.*.*
*.a
*.dylib
*.stackdump
*.lib
*.pdb
*.dll
*.exe
*.sln
*.out
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.vcxproj.user.*
build.ninja
.ninja_*
Release/
Debug/
RelWithDebInfo/
MinSizeRel/
x64/
x86/
ARM/
ARM64/
*.suo
*.user
*.user.*
*.dir
__pycache__
# Dist files
dist/
cppp-reiconv-*
*.tar.xz
*.deb
# Makefile.devel temp files
lib/generated/genaliases
lib/generated/genindexes
lib/generated/check-encodings
*.gperf
# Patterns for all subdirectories: all kinds of automatic backup files.
*.orig
*.rej
*~
*.kate-swp
*.swp
.#*
\#*#
.vscode/
.cache/
# Submodules.
build-aux/
cppp-platform/
# Temp tests files.
tests/data/UTF-8.TXT
tests/data/GB18030-2005.TXT
tests/data/GB18030-2022.TXT
tests/tmp-*.TXT
*.tmp
*.dump
benchmark/benchmark