Repository: reef
Updated Branches:
  refs/heads/master b90a3f690 -> c4710a886


[REEF-1802] Add *.log files to .gitignore

   * Add `*.log` entry to `.gitignore`
   * Add `**/*.log` entry to exclude section of `apache-rat-plugin` in `pom.xml`

JIRA:
  [REEF-1802](https://issues.apache.org/jira/browse/REEF-1802)

Pull Request:
  This closes #1307


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

Branch: refs/heads/master
Commit: c4710a88616ef5b059a2a730a80655bc29d3685c
Parents: b90a3f6
Author: Sergiy Matusevych <[email protected]>
Authored: Tue May 16 14:23:59 2017 -0700
Committer: Markus Weimer <[email protected]>
Committed: Wed May 17 08:07:31 2017 -0700

----------------------------------------------------------------------
 .gitignore | 3 ++-
 pom.xml    | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/c4710a88/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1db0fc0..dcb1de0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,11 +41,12 @@ atlassian-ide-plugin.xml
 tmp
 *~
 \#*
+*.log
+*.sw[op]
 #
 # ----------------------------------------------------------------------
 # Unknown Files. Please clean up over time
 # ----------------------------------------------------------------------
 ml-data
 tang.conf
-*.sw[op]
 profile-*.json

http://git-wip-us.apache.org/repos/asf/reef/blob/c4710a88/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5940dad..ecdf274 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,8 +286,8 @@ under the License.
                             <exclude>REEF_LOCAL_RUNTIME/**</exclude>
                             <exclude>REEF_MESOS_RUNTIME/**</exclude>
                             <exclude>REEF_STANDALONE_RUNTIME/**</exclude>
-                            <!-- JVM error logs, especially troublesome on CI 
servers -->
-                            <exclude>**/hs_err_*.log</exclude>
+                            <!-- Error logs -->
+                            <exclude>**/*.log</exclude>
                             <!-- The Visual Studio and Nuget build files -->
                             <exclude>**/*.sln*</exclude>
                             <exclude>**/*.vcxproj*</exclude>

Reply via email to