Updated Branches: refs/heads/master d87866a29 -> 552f9afcd
Adding IDEA specific 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/552f9afc Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/552f9afc Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/552f9afc Branch: refs/heads/master Commit: 552f9afcd6c02e384094160b4bdb54f8b7f2bd36 Parents: d87866a Author: Konstantin Boudnik <[email protected]> Authored: Tue Mar 19 13:55:19 2013 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Tue Mar 19 13:55:19 2013 -0700 ---------------------------------------------------------------------- .gitignore | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/552f9afc/.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
