Adding IDEA files to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/c41315c0 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c41315c0 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c41315c0 Branch: refs/heads/branch-0.3.1 Commit: c41315c056240b403c8bdf27c612667612a2f057 Parents: 6ce2c6b Author: Konstantin Boudnik <[email protected]> Authored: Sat Apr 6 18:12:55 2013 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Sat Apr 6 18:48:10 2013 -0700 ---------------------------------------------------------------------- .gitignore | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c41315c0/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index c450086..c82d0c9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ target *~ *.project *.settings -*.classpath \ No newline at end of file +*.classpath +*.iml +.idea
