Skip to content

Commit

Permalink
gitignore: ignore vendor directory
Browse files Browse the repository at this point in the history
This is the default output directory for `cargo vendor`.

Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
liuw authored and likebreath committed Jan 18, 2024
1 parent 4ae5503 commit e61c6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
**/rusty-tags.vi
/rpm/SOURCES
/.vscode
/vendor

0 comments on commit e61c6a1

Please sign in to comment.