gitconfig: add global gitignore

This commit is contained in:
Gabriel Ebner 2021-10-21 16:06:33 +02:00
parent 2349d5c6c6
commit df438dd236
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
[user]
email = gebner@gebner.org
name = Gabriel Ebner
[core]
excludesFile = ~/etc/gitignore
[github]
user = gebner
[color]

1
gitignore Normal file
View File

@ -0,0 +1 @@
.ccls-cache