Skip to content

Commit

Permalink
.gitignore: Fix Windows-related .gitignore
Browse files Browse the repository at this point in the history
packaging/.gitignore has an entry starting with /packaging/windows
unlike the one just before it which is just /windows. This looks like an
oversight. This commit removes it.
  • Loading branch information
cfergeau authored and praveenkumar committed Jan 9, 2023
1 parent 7f4ec3b commit 1d28c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ root/
/VERSION
/ARCH
/windows/msi/
packaging/windows/product.wxs
/windows/product.wxs
vfkit.entitlements
/tmp
/*.pkg

0 comments on commit 1d28c2e

Please sign in to comment.