diff options
-rw-r--r-- | .gitconfig | 2 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -12,3 +12,5 @@ tool = vimdiff [diff] tool = vimdiff +[core] + excludesFile = ~/.gitignore @@ -1,4 +1,5 @@ .DS_Store .tags +compile_commands.json .cache |