Skip to content

Commit

Permalink
Add .cargo/config.toml and update .gitignore
Browse files Browse the repository at this point in the history
This commit adds a new file, .cargo/config.toml, which includes a target configuration for aarch64-unknown-linux-gnu. Additionally, the .gitignore file has been updated to exclude the .cargo directory and remove backup files generated by rustfmt.
  • Loading branch information
jucasoliveira committed Jan 25, 2024
1 parent b4bfa22 commit 53dc1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# More information here: https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

.cargo
# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down

0 comments on commit 53dc1e8

Please sign in to comment.