.gitignore: typo correction and commenting user config settings

* we don't save config.toml in upstream

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-06-30 15:08:28 +02:00
parent 23c1875272
commit 533ae6f8d2

3
.gitignore vendored
View File

@@ -7,10 +7,11 @@
.DS_Store
**/*~
# user adaptions and configs values
/config.toml
# will have compiled files and executables
/target/
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html