Add credential helper and update gitignore

This commit is contained in:
Vladan Popovic 2020-05-10 01:43:10 +02:00
parent 341f02d7d0
commit 3cd8dfbd82
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,5 @@
name = Vladan Popovic name = Vladan Popovic
[core] [core]
excludesfile = /home/vladan/.gitignore_global excludesfile = /home/vladan/.gitignore_global
[credential]
helper = store

View File

@ -1,6 +1,7 @@
*~ *~
*.sw? *.sw?
\#*\# \#*\#
.#*
*tags *tags
TAGS TAGS
.python_history .python_history
@ -23,3 +24,4 @@ pavucontrol.ini
*history *history
*.db *.db
*.journal *.journal
.git-credentials