aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2014-12-01 00:29:28 -0800
committerReynold Xin <rxin@databricks.com>2014-12-01 00:29:28 -0800
commit97eb6d7f511d56fca734ff73fcbd9694403943e0 (patch)
tree1a9114f3de6c7cbc6e369c22678cc5c010377746 /.gitignore
parent5e7a6dcb8faded33eb0feb302ae3fa3ed4f900fd (diff)
downloadspark-97eb6d7f511d56fca734ff73fcbd9694403943e0.tar.gz
spark-97eb6d7f511d56fca734ff73fcbd9694403943e0.tar.bz2
spark-97eb6d7f511d56fca734ff73fcbd9694403943e0.zip
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 <sarutak@oss.nttdata.co.jp> Closes #3529 from sarutak/fix-wrong-tgz-pattern and squashes the following commits: de3c70a [Kousuke Saruta] Fixed wrong file name pattern in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
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