Updated Branches: refs/heads/trunk 94f50ef9c -> abf24bb0b
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/abf24bb0 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/abf24bb0 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/abf24bb0 Branch: refs/heads/trunk Commit: abf24bb0bd9ada7676a03f626004413d2a76b043 Parents: 94f50ef 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:09 2012 -0500 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/abf24bb0/.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
