mirror of https://github.com/istio/istio.io.git
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:
parent
4ca257992a
commit
1d79cadd07
|
|
@ -20,6 +20,9 @@ install/**
|
|||
# contains samples to demo Istio
|
||||
samples/**
|
||||
|
||||
# copied from istio repository
|
||||
tests/integration/**
|
||||
|
||||
# contains the built artifacts
|
||||
out/**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue