Skip to content

Commit f9f8db5

Browse files
committed
Update gitignore and cpack ignore
1 parent dc2df95 commit f9f8db5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
.project
44
.cproject
55
/build
6-
/debug
7-
/release
86
/other
97
/doc/html
108
/opencc.xcodeproj

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME
4545
"${PACKAGE_NAME}-${OPENCC_VERSION_MAJOR}.${OPENCC_VERSION_MINOR}.${OPENCC_VERSION_REVISION}"
4646
)
4747
set(CPACK_SOURCE_IGNORE_FILES
48-
"/build/;/release/;/debug/;/other/;/opencc.xcodeproj/;/.git/;.gitignore;~$;${CPACK_SOURCE_IGNORE_FILES}"
48+
"/build/;/test/dict.ocd;/test/dict.txt;/test/dict.bin;/other/;/opencc.xcodeproj/;/.git/;.gitignore;~$;.pyc;${CPACK_SOURCE_IGNORE_FILES}"
4949
)
5050
include(CPack)
5151

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ clean:
6363

6464
install: build
6565
make -C build/rel install
66+
67+
dist: release
68+
make -C build/rel package_source

0 commit comments

Comments
 (0)