Skip to content

Commit 7b5b276

Browse files
committed
build: ignore jj and build directory
1 parent 8c560bb commit 7b5b276

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ add_dependencies(check chewing-editor run-test)
288288
set(CPACK_SOURCE_GENERATOR TGZ)
289289
set(CPACK_SOURCE_IGNORE_FILES
290290
"^${PROJECT_SOURCE_DIR}/.git"
291+
"^${PROJECT_SOURCE_DIR}/.jj"
292+
"^${PROJECT_SOURCE_DIR}/build"
291293
)
292294

293295
set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})

0 commit comments

Comments
 (0)