You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by en...@apache.org on 2015/03/19 01:59:09 UTC

phoenix git commit: PHOENIX-1747 Add maven eclipse generated files to .gitignore

Repository: phoenix
Updated Branches:
  refs/heads/master 319fdcb56 -> a740497b3


PHOENIX-1747 Add maven eclipse generated files to .gitignore


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

Branch: refs/heads/master
Commit: a740497b394d94a50db5597efe3142e5857a7f84
Parents: 319fdcb
Author: Enis Soztutar <en...@apache.org>
Authored: Wed Mar 18 17:58:49 2015 -0700
Committer: Enis Soztutar <en...@apache.org>
Committed: Wed Mar 18 17:58:49 2015 -0700

----------------------------------------------------------------------
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/a740497b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 5f0dab5..705d30b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,11 +3,16 @@
 *.war
 *.jar
 
+# python
+*.pyc
+
 # eclipse stuffs
 .settings/*
 */.settings/
 .classpath
 .project
+*/.externalToolBuilders
+*/maven-eclipse.xml
 
 # intellij stuff
 .idea/