Skip to content

Commit f0517cd

Browse files
committed
.gitignore: add terraform files to gitignore
We never want to commit these files to git. Also convert the existing Ignition file entry to *.ign to match any Ignition file.
1 parent da55bb5 commit f0517cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
fcos-aarch64-builder.ign
1+
*.ign
2+
.terraform*
3+
terraform.tfstate*

0 commit comments

Comments
 (0)