[git] Add global config and gitignore

This commit is contained in:
Vladan Popovic 2019-07-29 01:39:24 +02:00
parent 5270084cb2
commit 1277c6d335
2 changed files with 8 additions and 0 deletions

5
.gitconfig Normal file
View File

@ -0,0 +1,5 @@
[user]
email = vladanovic@gmail.com
name = Vladan Popovic
[core]
excludesfile = /home/vladan/.gitignore_global

3
.gitignore_global Normal file
View File

@ -0,0 +1,3 @@
*~
*.sw?
#*#