| commit | 5748bd9df1a0c92c1fb04056a6c2d88809741026 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Aug 13 15:40:51 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Aug 13 14:39:09 2024 +0000 |
| tree | d3bbfd8b947f6d7b878ecc63c8b558e63b18466a | |
| parent | 5853fc9dc38146312792cbbdcd3804c9ac6dbae5 [diff] |
gitignore: add comment for rust/target ignores Change-Id: I09925dcdf238aa674bf844b63374f27866305982 Reviewed-on: https://review.monogon.dev/c/monogon/+/3314 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI
diff --git a/.gitignore b/.gitignore index d39ce0d..d7175f9 100644 --- a/.gitignore +++ b/.gitignore
@@ -7,5 +7,6 @@ .bazeldnf .direnv +# Ignore misplaced build output from Intellij's Rust plugin. third_party/rust/target/* third_party/rust_efi/target/* \ No newline at end of file