chore(gitignore): also ignore debs*

GitHub Actions artifacts are called debs-<arch>-<commit>, can be
downloaded as zip, extracts to a folder of same name. which in turn
gives a deb folder which contains the actual deb files.
This commit is contained in:
Yaksh Bariya 2024-02-20 08:14:27 +05:30
parent 0e276fc027
commit e0c115ccb6
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -13,6 +13,9 @@ scripts/.vagrant/
scripts/*.log
/*.log
# GitHub Actions build artifacts
debs*
# Built *.deb files.
/debs/
/output/