From 533ae6f8d253551089f84124204101eb6ee84134 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Tue, 30 Jun 2020 15:08:28 +0200 Subject: [PATCH] .gitignore: typo correction and commenting user config settings * we don't save config.toml in upstream Signed-off-by: Ralf Zerres --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f6a902..7cf5a57 100644 --- a/.gitignore +++ b/.gitignore @@ -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