Added global git ignore
parent
758ea5e7fe
commit
e41d4ebfe0
|
@ -0,0 +1,2 @@
|
|||
tags
|
||||
_build
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
ln -svrf gitignore_global ~/.gitignore_global
|
||||
git config --global core.excludesfile ~/.gitignore_global
|
||||
|
Loading…
Reference in New Issue