Skip to content

Commit

Permalink
ignore more
Browse files Browse the repository at this point in the history
  • Loading branch information
massemanet committed Nov 9, 2017
1 parent 5a0e4c6 commit 012a7c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitconfig
Expand Up @@ -13,8 +13,7 @@
co = checkout
st = status
lol = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
unstage = reset HEAD --
sync = "! git fetch --prune && git pull"
sync = "! git fetch --prune && git pull && git branch -vv | grep ': gone]' | awk '{print $1}' | xargs -n1 git branch -D"
alias = "! git config --get-regexp 'alias.*' | colrm 1 6 | sed 's/[ ]/ = /'"

[push]
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Expand Up @@ -41,9 +41,8 @@ foo*
/.gdb_history
/.gdrive/
/.gem/
/.gnupg
/.gnupg*/
/.gnuplot_history
/.gnupg/
/.hex/
/.ivy2/
/.john/
Expand Down

0 comments on commit 012a7c1

Please sign in to comment.