Skip to content

Commit 1d28c2e

Browse files
cfergeaupraveenkumar
authored andcommitted
.gitignore: Fix Windows-related .gitignore
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.
1 parent 7f4ec3b commit 1d28c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ root/
77
/VERSION
88
/ARCH
99
/windows/msi/
10-
packaging/windows/product.wxs
10+
/windows/product.wxs
1111
vfkit.entitlements
1212
/tmp
1313
/*.pkg

0 commit comments

Comments
 (0)