From eeaf636ec77941b1abb601dd823c1474991da1a9 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Thu, 16 Jan 2020 07:19:29 -0500 Subject: [PATCH] Update gitignore to no longer track snapshot javasrc for the html5 parser --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a4ba8c741..6348a46201 100644 --- a/.gitignore +++ b/.gitignore @@ -49,10 +49,11 @@ js/src/autom4te.cache js/src/tests/results-*.html js/src/tests/results-*.txt -# Java HTML5 parser bins +# Java HTML5 parser codegen artifacts parser/html/java/htmlparser/bin/ parser/html/java/javaparser/bin/ parser/html/java/*.jar +parser/html/javasrc/ # Ignore the files and directory that Eclipse IDE creates .project