Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
2bc63792
Unverified
Commit
2bc63792
authored
Mar 18, 2022
by
zyno42
Browse files
Modify `.gitignore` to ignore `Cargo.lock` only for `libtapasco`
parent
bbdbd4a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
2bc63792
...
...
@@ -54,9 +54,11 @@ webtalk.*
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Remove `Cargo.lock` from `.gitignore` if creating an executable, leave it for
# libraries. More information here:
# https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# So only ignore it for `libtapasco`:
runtime/libtapasco/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment