Add gitignore quicklook (#22618)
* add .gitignore in quicklooks
* add new line at the end of gfbuild.sh
diff --git a/appserver/tests/quicklook/.gitignore b/appserver/tests/quicklook/.gitignore
new file mode 100644
index 0000000..4636a1e
--- /dev/null
+++ b/appserver/tests/quicklook/.gitignore
@@ -0,0 +1,6 @@
+classes/
+dist/
+quicklook_summary.txt
+test-output/
+wsit/JaxwsFromWsdl/JaxwsFromWsdl.war
+wsit/jsr109tester/JaxwsFromJava.war
diff --git a/gfbuild.sh b/gfbuild.sh
index 519c860..9e8c6d5 100755
--- a/gfbuild.sh
+++ b/gfbuild.sh
@@ -93,4 +93,4 @@
# archive the local repository org.glassfish.main
# the output is a tar archive split into 1MB chunks.
tar -cz -f - -C ${HOME}/.m2/repository org/glassfish/main | split -b 1m - ${WORKSPACE}/bundles/_maven-repo
-fi
\ No newline at end of file
+fi