You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ri...@apache.org on 2016/02/10 01:26:59 UTC

incubator-madlib git commit: Remove swap file and outdated examples

Repository: incubator-madlib
Updated Branches:
  refs/heads/master 79c50f896 -> f8ea59325


Remove swap file and outdated examples

JIRA: MADLIB-961

- Unnecessary vim swap was removed and added to gitignore
- Outdated example files referred to code that is either deprecated or
  deleted. Current examples can be found on each doc page.


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

Branch: refs/heads/master
Commit: f8ea59325f23d813e705f7eb74904d4db3312e25
Parents: 79c50f8
Author: Rahul Iyer <ri...@pivotal.io>
Authored: Tue Feb 9 16:10:19 2016 -0800
Committer: Rahul Iyer <ri...@pivotal.io>
Committed: Tue Feb 9 16:25:29 2016 -0800

----------------------------------------------------------------------
 .gitignore                                         |   1 +
 examples/gpce/gpml.tar                             | Bin 50688 -> 0 bytes
 .../modules/elastic_net/.elastic_net.sql_in.swo    | Bin 16384 -> 0 bytes
 3 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/f8ea5932/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1d6664c..c4af9f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ _region_.tex
 auto
 *.swp
 *.fdb_latexmk
+*.swo  # vim swap file
 
 # Biblatex temporary files
 *-blx.bib

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/f8ea5932/examples/gpce/gpml.tar
----------------------------------------------------------------------
diff --git a/examples/gpce/gpml.tar b/examples/gpce/gpml.tar
deleted file mode 100644
index 9f5546d..0000000
Binary files a/examples/gpce/gpml.tar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/f8ea5932/src/ports/postgres/modules/elastic_net/.elastic_net.sql_in.swo
----------------------------------------------------------------------
diff --git a/src/ports/postgres/modules/elastic_net/.elastic_net.sql_in.swo b/src/ports/postgres/modules/elastic_net/.elastic_net.sql_in.swo
deleted file mode 100644
index bece1b2..0000000
Binary files a/src/ports/postgres/modules/elastic_net/.elastic_net.sql_in.swo and /dev/null differ