ignore local e2e files

- nomad-driver-ecs is an optional plugin to packer into ami
- ecs.vars is generated by tf
- *.auto.tfvars is just a style I use for local var overrides
This commit is contained in:
Michael Schurter
2021-04-27 14:41:03 -07:00
parent d45a00d098
commit 8b8047a28b

9
.gitignore vendored
View File

@@ -112,3 +112,12 @@ e2e/terraform/keys/
# debug bundles
nomad-debug-*
# locally compiled ecs driver for e2e testing
e2e/terraform/packer/ubuntu-bionic-amd64/nomad-driver-ecs
# generated variables for e2e tests
e2e/remotetasks/input/ecs.vars
# local terraform overrides
*.auto.tfvars