Skip to content

Commit 74a2ad2

Browse files
authored
feat: Makefile file folding (#197)
1 parent 90a1ab0 commit 74a2ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ const base = {
396396
'flake.nix': 'flake.lock',
397397
'BUILD.bazel': '*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE',
398398
'CMakeLists.txt': '*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json, CMakeCache.txt',
399+
'Makefile': '*.mk',
399400
'.clang-tidy': '.clang-format, .clangd, compile_commands.json',
400401
'*.pubxml': '$(capture).pubxml.user',
401402
'*.asax': '$(capture).*.cs, $(capture).*.vb',

0 commit comments

Comments
 (0)