diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2023-09-26 11:43:05 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2023-09-27 12:10:23 -0400 |
| commit | 758e70d3d47910394cb91cdf3adc924bf45334a7 (patch) | |
| tree | 06e3d3862f78366a955190c66d35dc923f6bd224 | |
| parent | 5f905026bcf1a2217570e93b8da1947dc8da4d35 (diff) | |
Update YARP gitignore
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 631a489eef..fe303330b1 100644 --- a/.gitignore +++ b/.gitignore @@ -256,9 +256,13 @@ lcov*.info /wasm/tests/*.wasm # YARP -/lib/yarp/mutation_visitor.rb +/lib/yarp/compiler.rb +/lib/yarp/dispatcher.rb +/lib/yarp/dsl.rb +/lib/yarp/mutation_compiler.rb /lib/yarp/node.rb /lib/yarp/serialize.rb +/lib/yarp/visitor.rb /yarp/api_node.c /yarp/ast.h /yarp/node.c |
