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 Dec 2, 2024
1 parent 410e3d6 commit a236439
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@
/docs/_site/
/docs/.jekyll-cache/
/docs/Gemfile.lock

# RPM build directory
/rpmbuild

# Vendor directory
/vendor

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

0 comments on commit a236439

Please sign in to comment.