You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2015/12/22 19:51:50 UTC

incubator-geode git commit: Additional rat and git excludes

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 94bce4d39 -> 7adbc2ad5


Additional rat and git excludes

Excluding the following file types:
*.log
*.diff
*.patch
*.dat (locator data file)


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

Branch: refs/heads/develop
Commit: 7adbc2ad57f000b5d8b5f92694cf90062c692a22
Parents: 94bce4d
Author: Dan Smith <up...@apache.org>
Authored: Tue Dec 22 10:49:50 2015 -0800
Committer: Dan Smith <up...@apache.org>
Committed: Tue Dec 22 10:50:54 2015 -0800

----------------------------------------------------------------------
 .gitignore        | 4 ++++
 gradle/rat.gradle | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7adbc2ad/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 345a55a..0034762 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,5 +17,9 @@ build-eclipse/
 *.ipr
 *.iws
 *.swp
+*.log
+*.patch
+*.diff
+*.dat
 # bruce: my synch settings for windows->linux transfers
 transferhost.txt

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7adbc2ad/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index fb4648e..e59b50d 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -51,6 +51,9 @@ rat {
     '**/*.json',
     '**/*.tx0',
     '**/*.txo',
+    '**/*.log',
+    '**/*.patch',
+    '**/*.diff',
 
     // binary files
     '**/*.cer',
@@ -66,6 +69,7 @@ rat {
     '**/*.truststore',
     '**/*.xls',
     '**/publickeyfile',
+    '**/*.dat',
 
     // other text files
     'gemfire-spark-connector/project/plugins.sbt',