Added global git ignore

main
mandlm 2018-11-20 09:19:15 +01:00 committed by Michael Mandl
parent 758ea5e7fe
commit e41d4ebfe0
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,2 @@
tags
_build

5
gitignore/install.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
ln -svrf gitignore_global ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global