Skip to content

Commit

Permalink
chore: ignore source code and vendor tarballs
Browse files Browse the repository at this point in the history
Add the generated source and vendor tar files to .gitignore

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Nov 29, 2024
1 parent 1e32a58 commit 3175e22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
/docs/.jekyll-cache/
/docs/Gemfile.lock
/rpmbuild

# Source and vendor tar files
fido-device-onboard-rs-*.tar.gz
fido-device-onboard-rs-*-vendor.tar.xz

0 comments on commit 3175e22

Please sign in to comment.