Skip to content

Commit

Permalink
.gitignore: Group all packaging/ ignores together
Browse files Browse the repository at this point in the history
Now it's split between .gitignore and packaging/.gitignore
  • Loading branch information
cfergeau authored and praveenkumar committed Jan 9, 2023
1 parent 898cbee commit 7f4ec3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ docs/build/
release/
/release-info.json
*.crcbundle
packaging/tmp
packaging/*.pkg
tmp-embed/
2 changes: 2 additions & 0 deletions packaging/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ root/
/windows/msi/
packaging/windows/product.wxs
vfkit.entitlements
/tmp
/*.pkg

0 comments on commit 7f4ec3b

Please sign in to comment.