Skip to content

Commit

Permalink
remove Cargo.lock files and add to .gitignore (#348)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Banchich <banchich@amazon.com>
Co-authored-by: Robin Salkeld <salkeldr@amazon.com>
  • Loading branch information
3 people committed May 2, 2024
1 parent 428df01 commit f3af80c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,168 deletions.
4 changes: 3 additions & 1 deletion TestModels/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# Dafny Generated Rust
# (Rust code generation is incomplete so we're patching and checking in for now)
#**/runtimes/rust
# Cargo.lock files should only be committed for binaries, not libraries
**/Cargo.lock

# Polymorph Generated Dafny
**/Model/*Types.dfy
Expand Down Expand Up @@ -45,4 +47,4 @@
**/gradlew.bat

# Mac OS X
**/.DS_Store
**/.DS_Store
Loading

0 comments on commit f3af80c

Please sign in to comment.