You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2017/04/07 19:34:13 UTC

[14/19] geode git commit: GEODE-2749: don't ignore bin/ because we have bin/ in src

GEODE-2749: don't ignore bin/ because we have bin/ in src


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

Branch: refs/heads/feature/GEODE-2632
Commit: 39c72b2046fcb3ed5c0cec280d52f9fdf6aaa794
Parents: 534bb8f
Author: Kirk Lund <kl...@apache.org>
Authored: Wed Apr 5 10:08:14 2017 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Wed Apr 5 12:35:45 2017 -0700

----------------------------------------------------------------------
 .gitignore        | 1 -
 gradle/rat.gradle | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/39c72b20/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 31d5996..f83be48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,6 @@ build/
 build-eclipse/
 /tags
 out/
-bin/
 
 
 *.iml

http://git-wip-us.apache.org/repos/asf/geode/blob/39c72b20/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index 7bea470..440a7b7 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -63,7 +63,6 @@ rat {
     'geode-spark-connector/.idea/**',
     '**/tags',
     '**/out/**',
-    '**/bin/**',
 
     // text files
     '**/*.fig',