Adds filtering to .gitignore for values.yaml and **/charts

This PS adds filtering to ignore values.yaml and common chart
which gets automatically created after running helm_prebuild.

TrivialFix

Change-Id: I4c5e409098e58c7ac4509c7308b414b726dee290
This commit is contained in:
Serguei Bezverkhi 2016-12-01 16:44:31 -05:00
parent d46538b48d
commit 7327633fda
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -3,6 +3,10 @@
# C extensions
*.so
# helm / chart
values.yaml
**/charts
# Packages
*.egg*
*.egg-info