.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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -7,10 +7,11 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
**/*~
|
**/*~
|
||||||
|
|
||||||
|
# user adaptions and configs values
|
||||||
/config.toml
|
/config.toml
|
||||||
|
|
||||||
# will have compiled files and executables
|
# will have compiled files and executables
|
||||||
/target/
|
/target/
|
||||||
|
|
||||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
# 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
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||||
|
|||||||
Reference in New Issue
Block a user