You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by sa...@apache.org on 2013/08/09 11:25:20 UTC

git commit: Added idea specific files in .gitignore

Updated Branches:
  refs/heads/hbase-module eba65a052 -> c41bf92ff


Added idea specific files in .gitignore


Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/c41bf92f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/c41bf92f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/c41bf92f

Branch: refs/heads/hbase-module
Commit: c41bf92ff534fcbcabe8e170ca01c85b903ebb5b
Parents: eba65a0
Author: Sameer Arora <sa...@apache.org>
Authored: Fri Aug 9 14:54:39 2013 +0530
Committer: Sameer Arora <sa...@apache.org>
Committed: Fri Aug 9 14:54:39 2013 +0530

----------------------------------------------------------------------
 .gitignore | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c41bf92f/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index c0ac0f7..b920004 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 /.project
 /.settings
-/target
\ No newline at end of file
+/target
+/.idea
+*.iml
\ No newline at end of file