Repository: incubator-hawq Updated Branches: refs/heads/master 0631d0568 -> e21401257
HAWQ-1386. Mask some generated files for pljava feature testing for git. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/e2140125 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/e2140125 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/e2140125 Branch: refs/heads/master Commit: e2140125777e88cc44d20d5e77fc15d644e08d81 Parents: 0631d05 Author: Paul Guo <[email protected]> Authored: Wed Mar 15 13:23:52 2017 +0800 Committer: Paul Guo <[email protected]> Committed: Wed Mar 15 14:45:28 2017 +0800 ---------------------------------------------------------------------- src/test/feature/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/e2140125/src/test/feature/.gitignore ---------------------------------------------------------------------- diff --git a/src/test/feature/.gitignore b/src/test/feature/.gitignore index 65fc84f..fec82bd 100644 --- a/src/test/feature/.gitignore +++ b/src/test/feature/.gitignore @@ -15,6 +15,10 @@ UDF/ans/function_c.ans UDF/ans/function_creation.ans UDF/sql/function_c.sql UDF/sql/function_creation.sql +UDF/sql/PLJavaAdd.class +UDF/sql/PLJavaAdd.jar +UDF/sql/PLJavauAdd.class +UDF/sql/PLJavauAdd.jar testlib/ans/template.ans testlib/sql/template.sql utility/ans/copytest.csv
