Remove .cargo folder

idk why I left it in
This commit is contained in:
Avery 2024-01-22 15:59:30 -05:00
parent e367611893
commit 7eca36c311
3 changed files with 3 additions and 2 deletions

1
.cargo/.gitignore vendored
View File

@ -1 +0,0 @@
config.toml

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
.scratch
.flatpak-builder
.cache
.cargo/

View File

@ -36,7 +36,7 @@ These features aren't planned at the moment (but maybe in the future):
Using the [mold](https://github.com/rui314/mold/) linker is recommended, as it
can significantly speed up compile times. To use it, create a file at
`.cargo/config.toml` with the following contents:
`.cargo/config.toml` in the root of this repository with the following contents:
```toml
[target.x86_64-unknown-linux-gnu]