Skip to content

Commit

Permalink
Update .gitignore: add __pycache__, and .local files
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Dec 16, 2014
1 parent a069271 commit a8bb011
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Expand Up @@ -12,7 +12,16 @@ vim/neobundles/
vim/spell
vim/undo
tags
__pycache__
*.pyc
*.swp
.passwd
.stamps

# Ignore .local files, typically symlinked to make them greppable from the root.
pentadactylrc.local
zshenv.local
zshrc.local

# Build dir, used for tests.
build

0 comments on commit a8bb011

Please sign in to comment.