Add credential helper and update gitignore
This commit is contained in:
parent
341f02d7d0
commit
3cd8dfbd82
2 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,5 @@
|
|||
name = Vladan Popovic
|
||||
[core]
|
||||
excludesfile = /home/vladan/.gitignore_global
|
||||
[credential]
|
||||
helper = store
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
*~
|
||||
*.sw?
|
||||
\#*\#
|
||||
.#*
|
||||
*tags
|
||||
TAGS
|
||||
.python_history
|
||||
|
@ -23,3 +24,4 @@ pavucontrol.ini
|
|||
*history
|
||||
*.db
|
||||
*.journal
|
||||
.git-credentials
|
||||
|
|
Loading…
Add table
Reference in a new issue