From 7e0ad0cf4d9d6bed44f581fd9a6e48c699477d0c Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 27 Mar 2022 18:40:53 +0800 Subject: Setup global gitignore --- .gitconfig | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 243b03e..5217c83 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,3 +12,5 @@ tool = vimdiff [diff] tool = vimdiff +[core] + excludesFile = ~/.gitignore diff --git a/.gitignore b/.gitignore index 522c953..46d5a30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store .tags +compile_commands.json .cache -- cgit v1.2.3