Updated Branches: refs/heads/flume-1.4 3daeab6fe -> ba7a42ad1
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/ba7a42ad Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/ba7a42ad Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/ba7a42ad Branch: refs/heads/flume-1.4 Commit: ba7a42ad18be18cce25d9611ff5fe14871dfa025 Parents: 3daeab6 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:26 2012 -0500 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/ba7a42ad/.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
