Ignore copied tests/integration directory (#7078)

The configuration for the Istio installation used in integration tests
is copied at run-time from the Istio repository by `bin/init.sh` as of
istio/istio.io#6999, but the directory is otherwise empty here.  This
adds it to `.gitignore` to avoid a dirty tree after every test run.
This commit is contained in:
Brad Ison 2020-04-14 18:17:27 +02:00 committed by GitHub
parent 4ca257992a
commit 1d79cadd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -20,6 +20,9 @@ install/**
# contains samples to demo Istio
samples/**
# copied from istio repository
tests/integration/**
# contains the built artifacts
out/**