Updated Branches: refs/heads/flume-1.3.0 878b13654 -> b05e15de1
FLUME-1337: Add IDEA files to .gitignore (Mike Percy via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/b05e15de Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/b05e15de Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/b05e15de Branch: refs/heads/flume-1.3.0 Commit: b05e15de124a8f5f83611b286dfb55d3a68fa66e Parents: 878b136 Author: Brock Noland <[email protected]> Authored: Thu Oct 18 13:27:09 2012 -0500 Committer: Brock Noland <[email protected]> Committed: Thu Oct 18 13:27:23 2012 -0500 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/b05e15de/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index edf7d58..2ac5150 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ pmd_report.html */bin target derby.log +.idea +*.iml
