Skip to content

Commit

Permalink
Don't .gitignore pkg/imagebuilder
Browse files Browse the repository at this point in the history
The .gitignore is, by default, recursive, and this meant we ignored
pkg/imagebuilder accidentally.
  • Loading branch information
justinsb committed Sep 14, 2019
1 parent 780334c commit 57af265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dist/
*.log
*.vmdk
*.out
image-builder
./image-builder
3 changes: 1 addition & 2 deletions images/kube-deploy/imagebuilder/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
*~
imagebuilder

./imagebuilder

0 comments on commit 57af265

Please sign in to comment.