Added Eclipse specific files to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/6b560b95 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/6b560b95 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/6b560b95 Branch: refs/heads/NIFI-250 Commit: 6b560b95064115a69556e1e661b7ec89dab47fc2 Parents: 61e743f Author: Mark Payne <[email protected]> Authored: Mon Jan 26 08:31:57 2015 -0500 Committer: Mark Payne <[email protected]> Committed: Mon Jan 26 08:31:57 2015 -0500 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/6b560b95/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index db4773d..e1c837c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ target nbactions.xml nb-configuration.xml .DS_Store +.metadata +.recommenders # Intellij .idea/
