diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-01-15 14:45:20 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-01-15 14:45:20 -0500 |
commit | 09314667a692fedff8564fc347c8a3663474faa6 (patch) | |
tree | e5e2a1f9b85ccc5d48568d7811e757e1fa66e786 /.gitignore | |
parent | 82804d200236658ba6dfaa814d6e71661781fe19 (diff) | |
download | uxp-09314667a692fedff8564fc347c8a3663474faa6.tar.gz |
Update gitignore for import of java html5 codegen and parser sources
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index aebac74c75..2a4ba8c741 100644 --- a/.gitignore +++ b/.gitignore @@ -49,9 +49,10 @@ js/src/autom4te.cache js/src/tests/results-*.html js/src/tests/results-*.txt -# Java HTML5 parser classes -parser/html/java/htmlparser/ -parser/html/java/javaparser/ +# Java HTML5 parser bins +parser/html/java/htmlparser/bin/ +parser/html/java/javaparser/bin/ +parser/html/java/*.jar # Ignore the files and directory that Eclipse IDE creates .project |