Skip to content

Commit

Permalink
Merge pull request #1168 from vinistock/vs/ignore_lsp_files
Browse files Browse the repository at this point in the history
Ignore LSP related files from manifest
  • Loading branch information
jemmaissroff authored Jul 26, 2023
2 parents d6091eb + 35c352f commit 094b2b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/check_manifest.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ task :check_manifest => [:templates, "configure"] do
.idea
.git
.github
.cache
.ruby-lsp
autom4te.cache
bin
build
Expand Down Expand Up @@ -34,6 +36,7 @@ task :check_manifest => [:templates, "configure"] do
config.log
config.status
configure.ac
compile_commands.json
include/yarp/config.h
lib/yarp.{jar,so,bundle}
tags
Expand Down

0 comments on commit 094b2b7

Please sign in to comment.