From 9d62432ab921ea995d7e78a0815d651b0b8ff9fa Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Sun, 18 Mar 2018 11:17:03 +0100 Subject: [PATCH] chore: add lo(ck|g) and config files to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c0811fd..c8a01d7 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,7 @@ Temporary Items # Linux trash folder which might appear on any partition or disk .Trash-* +# Lo(ck|g) files & Config files +*.lock +*.log +excludes.txt