From 86343fa89592435dc226c6151674792bbc33d834 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 3 Oct 2017 17:32:26 -0700 Subject: [PATCH] Remove test output file accidentally added in 52c97e9f Also, fix the missing gitignore rule that caused this to be added in the first place. --- command/test-fixtures/.gitignore | 1 + command/test-fixtures/plan/terraform.tfstate | 0 2 files changed, 1 insertion(+) create mode 100644 command/test-fixtures/.gitignore delete mode 100644 command/test-fixtures/plan/terraform.tfstate diff --git a/command/test-fixtures/.gitignore b/command/test-fixtures/.gitignore new file mode 100644 index 0000000000..45a739cc22 --- /dev/null +++ b/command/test-fixtures/.gitignore @@ -0,0 +1 @@ +*.tfstate diff --git a/command/test-fixtures/plan/terraform.tfstate b/command/test-fixtures/plan/terraform.tfstate deleted file mode 100644 index e69de29bb2..0000000000