Git ignore global.
This commit is contained in:
@@ -21,3 +21,5 @@
|
|||||||
prompt = false
|
prompt = false
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
|
[core]
|
||||||
|
excludesfile = ~/.gitignore.global
|
||||||
|
|||||||
5
config/.gitignore.global
Normal file
5
config/.gitignore.global
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
*.swp
|
||||||
|
*.o
|
||||||
|
*.d
|
||||||
|
plink.log
|
||||||
|
llcalc_*
|
||||||
Reference in New Issue
Block a user