Repository: incubator-juneau Updated Branches: refs/heads/master 91a388d0d -> 95d94d01a
Add generated .gitignore files. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/95d94d01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/95d94d01 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/95d94d01 Branch: refs/heads/master Commit: 95d94d01a1eac08aaecebd2b88965b4fd437b0a1 Parents: 91a388d Author: JamesBognar <[email protected]> Authored: Sat Jan 21 18:36:18 2017 -0500 Committer: JamesBognar <[email protected]> Committed: Sat Jan 21 18:36:18 2017 -0500 ---------------------------------------------------------------------- juneau-rest-client/.gitignore | 1 + juneau-rest-client/src/test/java/.gitignore | 12 ++++++++++++ .../org/apache/juneau/rest/test/LargePojosTest.java | 1 - juneau-rest/src/test/java/.gitignore | 12 ++++++++++++ 4 files changed, 25 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/95d94d01/juneau-rest-client/.gitignore ---------------------------------------------------------------------- diff --git a/juneau-rest-client/.gitignore b/juneau-rest-client/.gitignore index b5ffa7e..c7e3b12 100644 --- a/juneau-rest-client/.gitignore +++ b/juneau-rest-client/.gitignore @@ -1,3 +1,4 @@ /target/ /.settings/ /.classpath +/bin/ http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/95d94d01/juneau-rest-client/src/test/java/.gitignore ---------------------------------------------------------------------- diff --git a/juneau-rest-client/src/test/java/.gitignore b/juneau-rest-client/src/test/java/.gitignore new file mode 100644 index 0000000..8a0051a --- /dev/null +++ b/juneau-rest-client/src/test/java/.gitignore @@ -0,0 +1,12 @@ + *************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file * + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file * + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance * + * with the License. You may obtain a copy of the License at * + * * + * http://www.apache.org/licenses/LICENSE-2.0 * + * * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an * + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * + * specific language governing permissions and limitations under the License. * + *************************************************************************************************************************** http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/95d94d01/juneau-rest-test/src/test/java/org/apache/juneau/rest/test/LargePojosTest.java ---------------------------------------------------------------------- diff --git a/juneau-rest-test/src/test/java/org/apache/juneau/rest/test/LargePojosTest.java b/juneau-rest-test/src/test/java/org/apache/juneau/rest/test/LargePojosTest.java index 7c140c6..f9e8414 100644 --- a/juneau-rest-test/src/test/java/org/apache/juneau/rest/test/LargePojosTest.java +++ b/juneau-rest-test/src/test/java/org/apache/juneau/rest/test/LargePojosTest.java @@ -15,7 +15,6 @@ package org.apache.juneau.rest.test; import org.apache.juneau.html.*; import org.apache.juneau.json.*; import org.apache.juneau.rest.client.*; -import org.apache.juneau.rest.test.*; import org.apache.juneau.urlencoding.*; import org.apache.juneau.xml.*; import org.junit.*; http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/95d94d01/juneau-rest/src/test/java/.gitignore ---------------------------------------------------------------------- diff --git a/juneau-rest/src/test/java/.gitignore b/juneau-rest/src/test/java/.gitignore new file mode 100644 index 0000000..8a0051a --- /dev/null +++ b/juneau-rest/src/test/java/.gitignore @@ -0,0 +1,12 @@ + *************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file * + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file * + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance * + * with the License. You may obtain a copy of the License at * + * * + * http://www.apache.org/licenses/LICENSE-2.0 * + * * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an * + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * + * specific language governing permissions and limitations under the License. * + ***************************************************************************************************************************
