Skip to content

Commit

Permalink
cmake: Update list of ignored source files
Browse files Browse the repository at this point in the history
  • Loading branch information
tbabej committed Jan 4, 2021
1 parent 5466f19 commit ce6ff45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSo
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
"test" "package-config" "misc/*" "src/task$" "src/calc$" "performance"
"src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a"
".github/" ".travis.yml" "/\\\\.gitignore" "/\\\\.git/" "swp$" "src/lex$")
".github/" "/\\\\.gitignore" "/\\\\.git/" "swp$" "src/lex$")
include (CPack)

0 comments on commit ce6ff45

Please sign in to comment.