git: Use a global gitignore
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
932e3ffc42
commit
7eeb5cf7ea
2 changed files with 4 additions and 0 deletions
3
git/.config/git/ignore
Normal file
3
git/.config/git/ignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
tags
|
||||||
|
TAGS
|
||||||
|
cscope.out
|
|
@ -5,6 +5,7 @@
|
||||||
[core]
|
[core]
|
||||||
editor = "nvim"
|
editor = "nvim"
|
||||||
pager = delta --dark
|
pager = delta --dark
|
||||||
|
excludesfile = ~/.config/git/ignore
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
[sendemail]
|
[sendemail]
|
||||||
|
|
Loading…
Reference in a new issue