Add .gitignore
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/64ea9eb3 Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/64ea9eb3 Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/64ea9eb3 Branch: refs/heads/master Commit: 64ea9eb32d9bd3efa6c16b7b0588a7c254267431 Parents: d28a0cc Author: Carlos Sierra <[email protected]> Authored: Wed Sep 7 14:25:35 2016 +0200 Committer: Carlos Sierra <[email protected]> Committed: Tue Oct 4 15:46:55 2016 +0200 ---------------------------------------------------------------------- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/64ea9eb3/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95cd470 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +**/build +*.iml +.gradle +test-cxf/bundle +test-cxf/felix-cache \ No newline at end of file
