Skip to content

Commit

Permalink
Fix wrong file name pattern in .gitignore
Browse files Browse the repository at this point in the history
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 apache#3529 from sarutak/fix-wrong-tgz-pattern and squashes the following commits:

de3c70a [Kousuke Saruta] Fixed wrong file name pattern in .gitignore
  • Loading branch information
sarutak authored and rxin committed Dec 1, 2014
1 parent 5e7a6dc commit 97eb6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97eb6d7

Please sign in to comment.