Repository: incubator-systemml-website Updated Branches: refs/heads/master 1f1b024f5 -> d3d34b2ca
[MINOR] Ignore .iml 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/d3d34b2c Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/d3d34b2c Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/d3d34b2c Branch: refs/heads/master Commit: d3d34b2caffc7f7359404a1dfb62cec30ad4aef9 Parents: 1f1b024 Author: Luciano Resende <[email protected]> Authored: Fri Sep 2 10:24:47 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Fri Sep 2 10:24:47 2016 -0700 ---------------------------------------------------------------------- .gitignore | 2 +- apache-website-template.iml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/d3d34b2c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 92f0375..0551141 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,4 @@ project/plugins/project/ #Jekyll _site .sass-cache -.jekyll-metadata \ No newline at end of file +.jekyll-metadata http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/d3d34b2c/apache-website-template.iml ---------------------------------------------------------------------- diff --git a/apache-website-template.iml b/apache-website-template.iml deleted file mode 100644 index 8021953..0000000 --- a/apache-website-template.iml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="WEB_MODULE" version="4"> - <component name="NewModuleRootManager" inherit-compiler-output="true"> - <exclude-output /> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> -</module> \ No newline at end of file
