Skip to content

Conversation

@tchebb
Copy link
Contributor

@tchebb tchebb commented Apr 23, 2023

Just a couple minor fixes. Split out of #110 since that'll need some revision before it gets merged.

tchebb added 2 commits April 23, 2023 13:10
Several of the patterns match files when they should only match
directories, match anywhere in the repo when they should only match at
the root, start with an unneeded `**/`, or a combination of all three.
Fix all such issues as per the .gitignore documentation[1].

[1] https://git-scm.com/docs/gitignore
As per Cargo's documentation[1], only binary crates should check in
Cargo.lock. Library crates should not, since dependents will do their
own version resolution anyway.

This mostly reverts commit 0438ca9 ("Add Cargo.lock for optee-utee
and optee-teec").

[1] https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
@DemesneGH DemesneGH merged commit 61b22c5 into apache:master Apr 24, 2023
@tchebb tchebb deleted the gitignore-fixes branch April 24, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants