adding .DS_Store 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/203e83ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/203e83ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/203e83ee Branch: refs/heads/develop Commit: 203e83ee0da20e2357900dcbe543d21f44e801c4 Parents: c3ba275 Author: Matt Gilman <[email protected]> Authored: Tue Dec 9 08:20:42 2014 -0500 Committer: Matt Gilman <[email protected]> Committed: Tue Dec 9 08:20:42 2014 -0500 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/203e83ee/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 21c67f2..f026df6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ target .project .settings nbactions.xml +.DS_Store # Intellij .idea/
