Skip to content

Commit

Permalink
dev: add files to manifest ignore list
Browse files Browse the repository at this point in the history
- compile_commands should been included in 464f8d4
- gumbo fuzzer files should have been included in #3007 and #3093

(cherry picked from commit b90b2c1)
  • Loading branch information
flavorjones committed Feb 3, 2024
1 parent 756f27c commit 77ea2f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rakelib/check-manifest.rake
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ task :check_manifest, [:verbose] do |_, args|
[a-z]*.{log,out}
[0-9]*
appveyor.yml
**/compile_commands.json
gumbo-parser/fuzzer/*
gumbo-parser/test/*
gumbo-parser/gperf-filter.sed
lib/nokogiri/**/nokogiri.{jar,so}
Expand Down

0 comments on commit 77ea2f2

Please sign in to comment.