Added global git ignore
This commit is contained in:
parent
758ea5e7fe
commit
e41d4ebfe0
2
gitignore/gitignore_global
Normal file
2
gitignore/gitignore_global
Normal file
@ -0,0 +1,2 @@
|
||||
tags
|
||||
_build
|
5
gitignore/install.sh
Executable file
5
gitignore/install.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
ln -svrf gitignore_global ~/.gitignore_global
|
||||
git config --global core.excludesfile ~/.gitignore_global
|
||||
|
Reference in New Issue
Block a user