Skip to content

Commit 409b8fa

Browse files
authored
feat: add CMakeCache.txt (#181)
1 parent dec7592 commit 409b8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ const base = {
383383
'default.nix': 'shell.nix',
384384
'flake.nix': 'flake.lock',
385385
'BUILD.bazel': '*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE',
386-
'CMakeLists.txt': '*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json',
386+
'CMakeLists.txt': '*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json, CMakeCache.txt',
387387
'.clang-tidy': '.clang-format, .clangd, compile_commands.json',
388388
'*.pubxml': '$(capture).pubxml.user',
389389
'*.asax': '$(capture).*.cs, $(capture).*.vb',

0 commit comments

Comments
 (0)