You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2016/09/16 19:43:21 UTC

incubator-systemml git commit: [SYSTEMML-924] Add gitignore entries for Eclipse, Python, and Spark

Repository: incubator-systemml
Updated Branches:
  refs/heads/master c9eda508d -> 4481346f9


[SYSTEMML-924] Add gitignore entries for Eclipse, Python, and Spark

Closes #244, Closes #246.


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

Branch: refs/heads/master
Commit: 4481346f90331f755f81d4a9af768522558adabc
Parents: c9eda50
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Fri Sep 16 12:39:58 2016 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Fri Sep 16 12:39:58 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/4481346f/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 0e33603..fbfeb9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,8 @@
 .classpath
 .project
 .settings/
+.externalToolBuilders/
+maven-eclipse.xml
 
 # Intellij
 .idea/
@@ -60,3 +62,11 @@ scratch_space/
 
 # Ruby
 Gemfile.lock
+
+# Python
+**/systemml.egg-info/
+**/__pycache__
+
+# Spark
+**/metastore_db
+derby.log