atsams-rs / atsamx7x-rust

Rust HAL, PACs, and examples for the Microship SAM E70/S70/V70/V71
Apache License 2.0
24 stars 11 forks source link

Added neovim rust-analyzer config file to gitignore #78

Open s7rul opened 2 months ago

s7rul commented 2 months ago

The rust-analyzer.json file is the default file for configuring rust-analyzer on a per project basis for rustaceanvim. Added it to the .gitignore as it is similar in function to the .vscode directory. Did not see it fit to add to the changelog as this does not change the hal in in any way and only has to do with not getting config files included in the repo.

michalfita commented 2 months ago

Please add entry to CHANGELOG.md for this to be merged, @s7rul . The change itself is harmless, so I don't mind including that entry in .gitignore.

s7rul commented 2 months ago

Please add entry to CHANGELOG.md for this to be merged, @s7rul . The change itself is harmless, so I don't mind including that entry in .gitignore.

Added to changelog and squahed into one commit.