You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by lr...@apache.org on 2016/02/11 20:51:59 UTC

[3/3] incubator-systemml-website git commit: Update list of excluded files

Update list of excluded files


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

Branch: refs/heads/master
Commit: b9a6433edcf873904d6b8c19d9bd943b913acf04
Parents: 331ac43
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Feb 11 11:45:35 2016 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Feb 11 11:51:58 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b9a6433e/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 6600e26..92f0375 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,35 @@
+# Mac
+.DS_Store
+
+# Eclipse
+.classpath
+.project
+.settings/
+
+# Intellij
+.idea/
+.idea_modules/
+*.iml
+*.iws
+*.class
+*.log
+
+# sbt specific
+.cache
+.history
+.lib/
+dist/*
+target/
+lib_managed/
+src_managed/
+project/boot/
+project/plugins/project/
+
+# Scala-IDE specific
+.scala_dependencies
+.worksheet
+
+#Jekyll
 _site
-.idea
 .sass-cache
-.jekyll-metadata
-apache-website-template.iml
-podling-site-template.iml
-.project
\ No newline at end of file
+.jekyll-metadata
\ No newline at end of file