update 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/bbd82910 Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/bbd82910 Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/bbd82910 Branch: refs/heads/master Commit: bbd8291033f420f72b1f633d9af4c6d2893e3a51 Parents: 890a5b8 Author: Raymond Auge <[email protected]> Authored: Fri Oct 28 02:18:10 2016 +0200 Committer: Raymond Auge <[email protected]> Committed: Fri Oct 28 02:18:10 2016 +0200 ---------------------------------------------------------------------- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/bbd82910/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 7cfaff5..ddda196 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ */.settings/ */bin/ **/build/ +**/generated/ **/target/ -/test-cxf/felix-cache/ -/test-cxf/bundle/ +/bndrun/*.jar +/bndrun/cnf/
