Skip to content

Commit

Permalink
global gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzlet committed Aug 22, 2012
1 parent 1555f4a commit ffd5789
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[include]
path = ~/.gitconfig_private
[core]
excludesfile = ~/.gitignore
[diff]
tool = vimdiff
[difftool]
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# global gitignore
*.pyc

Thumbs.db
1 change: 0 additions & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

IGNORE = [
'.git',
'.gitignore',
'deploy.py',
]

Expand Down

0 comments on commit ffd5789

Please sign in to comment.