fix ignores
Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/af18d7dd Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/af18d7dd Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/af18d7dd Branch: refs/heads/master Commit: af18d7ddbbec7efd2e6b0918858d695dfb7c1b2e Parents: d086f10 Author: Raymond Auge <[email protected]> Authored: Tue Aug 2 15:06:22 2016 -0400 Committer: Raymond Auge <[email protected]> Committed: Tue Oct 11 13:21:20 2016 -0400 ---------------------------------------------------------------------- .gitignore | 14 ++++++++++---- example-jaxrs-application/.gitignore | 2 ++ portal-remote-cxf-common/.gitignore | 2 ++ portal-remote-cxf-jaxrs-common/.gitignore | 2 ++ portal-remote-dependency-manager-tccl/.gitignore | 2 ++ portal-remote-rest-extender/.gitignore | 2 ++ test-cxf/.gitignore | 2 ++ test-cxf/bin/--help/cache.lock | 0 test-cxf/bin/felix.jar | Bin 690862 -> 0 bytes 9 files changed, 22 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 95cd470..0bb5a07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ -**/build +.project +.settings *.iml -.gradle -test-cxf/bundle -test-cxf/felix-cache \ No newline at end of file +*/.classpath +*/.project +*/.settings/ +*/bin/ +*/build/ +/.gradle/ +/test-cxf/felix-cache/ +/test-cxf/bundle/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/example-jaxrs-application/.gitignore ---------------------------------------------------------------------- diff --git a/example-jaxrs-application/.gitignore b/example-jaxrs-application/.gitignore new file mode 100644 index 0000000..83ccc54 --- /dev/null +++ b/example-jaxrs-application/.gitignore @@ -0,0 +1,2 @@ +/build/ +/bin/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/portal-remote-cxf-common/.gitignore ---------------------------------------------------------------------- diff --git a/portal-remote-cxf-common/.gitignore b/portal-remote-cxf-common/.gitignore new file mode 100644 index 0000000..83ccc54 --- /dev/null +++ b/portal-remote-cxf-common/.gitignore @@ -0,0 +1,2 @@ +/build/ +/bin/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/portal-remote-cxf-jaxrs-common/.gitignore ---------------------------------------------------------------------- diff --git a/portal-remote-cxf-jaxrs-common/.gitignore b/portal-remote-cxf-jaxrs-common/.gitignore new file mode 100644 index 0000000..83ccc54 --- /dev/null +++ b/portal-remote-cxf-jaxrs-common/.gitignore @@ -0,0 +1,2 @@ +/build/ +/bin/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/portal-remote-dependency-manager-tccl/.gitignore ---------------------------------------------------------------------- diff --git a/portal-remote-dependency-manager-tccl/.gitignore b/portal-remote-dependency-manager-tccl/.gitignore new file mode 100644 index 0000000..83ccc54 --- /dev/null +++ b/portal-remote-dependency-manager-tccl/.gitignore @@ -0,0 +1,2 @@ +/build/ +/bin/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/portal-remote-rest-extender/.gitignore ---------------------------------------------------------------------- diff --git a/portal-remote-rest-extender/.gitignore b/portal-remote-rest-extender/.gitignore new file mode 100644 index 0000000..83ccc54 --- /dev/null +++ b/portal-remote-rest-extender/.gitignore @@ -0,0 +1,2 @@ +/build/ +/bin/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/test-cxf/.gitignore ---------------------------------------------------------------------- diff --git a/test-cxf/.gitignore b/test-cxf/.gitignore new file mode 100644 index 0000000..abc78ba --- /dev/null +++ b/test-cxf/.gitignore @@ -0,0 +1,2 @@ +/.gradle/ +/build/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/test-cxf/bin/--help/cache.lock ---------------------------------------------------------------------- diff --git a/test-cxf/bin/--help/cache.lock b/test-cxf/bin/--help/cache.lock deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/test-cxf/bin/felix.jar ---------------------------------------------------------------------- diff --git a/test-cxf/bin/felix.jar b/test-cxf/bin/felix.jar deleted file mode 100644 index c91e86b..0000000 Binary files a/test-cxf/bin/felix.jar and /dev/null differ
