From 35c352fc9c92b2f7283c58451b34164ab07bc120 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Tue, 25 Jul 2023 12:46:01 -0600 Subject: [PATCH] Ignore LSP related files from manifest --- tasks/check_manifest.rake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/check_manifest.rake b/tasks/check_manifest.rake index b0d3c19f833..8de2d8ff371 100644 --- a/tasks/check_manifest.rake +++ b/tasks/check_manifest.rake @@ -7,6 +7,8 @@ task :check_manifest => [:templates, "configure"] do .idea .git .github + .cache + .ruby-lsp autom4te.cache bin build @@ -33,6 +35,7 @@ task :check_manifest => [:templates, "configure"] do config.log config.status configure.ac + compile_commands.json include/yarp/config.h java/org/yarp/AbstractNodeVisitor.java java/org/yarp/Loader.java