From 97eb6d7f511d56fca734ff73fcbd9694403943e0 Mon Sep 17 00:00:00 2001 From: Kousuke Saruta Date: Mon, 1 Dec 2014 00:29:28 -0800 Subject: [PATCH] Fix wrong file name pattern in .gitignore In .gitignore, there is an entry for spark-*-bin.tar.gz but considering make-distribution.sh, the name pattern should be spark-*-bin-*.tgz. This change is really small so I don't open issue in JIRA. If it's needed, please let me know. Author: Kousuke Saruta Closes #3529 from sarutak/fix-wrong-tgz-pattern and squashes the following commits: de3c70a [Kousuke Saruta] Fixed wrong file name pattern in .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34939e3a97..c67cffa1c4 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,7 @@ dependency-reduced-pom.xml checkpoint derby.log dist/ -spark-*-bin.tar.gz +spark-*-bin-*.tgz unit-tests.log /lib/ rat-results.txt