Skip to content

Commit

Permalink
build: add Cargo.lock to each directory
Browse files Browse the repository at this point in the history
Since stellar#232, these are no longer members of a workspace, and now running
`make build` in the root adds a `target` and `Cargo.lock` to each
directory.

This ignores each such `target`, but adds all the `Cargo.lock` files to
version history.
  • Loading branch information
chadoh committed Apr 25, 2023
1 parent 166ba1c commit 4b57fb8
Show file tree
Hide file tree
Showing 21 changed files with 26,965 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/target/
target
/target-tiny/
/.sccache/
.DS_Store
Expand Down
Loading

0 comments on commit 4b57fb8

Please sign in to comment.