diff options
author | Sven Gothel <[email protected]> | 2022-11-27 10:43:22 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-11-27 10:43:22 +0100 |
commit | 6075d14736bdc87fc1b2e4a5a9ac31bd07b11c78 (patch) | |
tree | 95c0f13c4e4c30472b6707b6d22f14eaa09e3276 /.project | |
parent | 0cab133c4ced3155e9e8eef8ddf12ccc57e156bd (diff) |
clang-tidy and vscode: Provision w/ initial config (tested by jaulib)
Diffstat (limited to '.project')
-rw-r--r-- | .project | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -30,4 +30,15 @@ <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> </natures> + <filteredResources> + <filter> + <id>1669038595126</id> + <name></name> + <type>30</type> + <matcher> + <id>org.eclipse.core.resources.regexFilterMatcher</id> + <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> + </matcher> + </filter> + </filteredResources> </projectDescription> |