git: Use a global gitignore

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-04-16 10:15:30 +05:30
parent 932e3ffc42
commit 7eeb5cf7ea
2 changed files with 4 additions and 0 deletions

3
git/.config/git/ignore Normal file
View File

@ -0,0 +1,3 @@
tags
TAGS
cscope.out

View File

@ -5,6 +5,7 @@
[core]
editor = "nvim"
pager = delta --dark
excludesfile = ~/.config/git/ignore
[color]
ui = auto
[sendemail]