Skip to content

Commit 6c6eae3

Browse files
committed
Update .gitignore.
修改: .gitignore
1 parent 89fe572 commit 6c6eae3

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

.gitignore

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# CMake build files
22
build/
3+
CMakeFiles
4+
*.so
5+
*.so.*.*.*
6+
*.a
7+
*.dylib
8+
*.stackdump
9+
*.lib
10+
*.pdb
11+
*.dll
12+
*.exe
13+
cmake_install.cmake
14+
CMakeCache.txt
15+
CTestTestfile.cmake
16+
DartConfiguration.tcl
17+
Makefile
18+
uninstall.cmake
19+
reiconv.hpp
20+
CTestCostData.txt
21+
*.inst
22+
Testing
23+
*.log
24+
25+
# Test suite runable
26+
tests/cmp
27+
tests/cmp.exe
28+
tests/gengb18030z
29+
tests/gengb18030z.exe
30+
tests/genutf8
31+
tests/genutf8.exe
32+
tests/reiconv-test
33+
tests/reiconv-test.exe
34+
tests/table-from
35+
tests/table-from.exe
36+
tests/table-to
37+
tests/table-to.exe
38+
tests/test-shiftseq
39+
tests/test-shiftseq.exe
40+
tests/uniq-u
41+
tests/uniq-u.exe
42+
tests/tmp-*.TXT
343

444
# Patterns for all subdirectories: all kinds of automatic backup files.
545
*.orig
@@ -12,10 +52,10 @@ build/
1252
.vscode
1353

1454
# Autopull modules
15-
/build-aux/
55+
build-aux/
1656

1757
# Temp tests files.
18-
/tests/data/UTF-8.TXT
58+
tests/data/UTF-8.TXT
1959

2060
# Dist directory and temps
2161
cppp-reiconv-v*

0 commit comments

Comments
 (0)