diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2018-12-30 01:31:11 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2018-12-30 01:31:11 +0100 |
| commit | 344e0963112081ca5d4e25762bbe0b8e73d2dda5 (patch) | |
| tree | b912fc25d3ebc3473ead6c91f585e1c40c258a7c | |
| parent | 7bb50b749393e5c33c3beffe8bd2f267cde68452 (diff) | |
Added .geany files into ignored list
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock +# Geany user-specific project files +*.geany + # These are backup files generated by rustfmt **/*.rs.bk |
