[git] Add global config and gitignore
This commit is contained in:
parent
5270084cb2
commit
1277c6d335
2 changed files with 8 additions and 0 deletions
5
.gitconfig
Normal file
5
.gitconfig
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[user]
|
||||||
|
email = vladanovic@gmail.com
|
||||||
|
name = Vladan Popovic
|
||||||
|
[core]
|
||||||
|
excludesfile = /home/vladan/.gitignore_global
|
3
.gitignore_global
Normal file
3
.gitignore_global
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
*~
|
||||||
|
*.sw?
|
||||||
|
#*#
|
Loading…
Add table
Reference in a new issue