From a8bb0118f8e6e6df59bb2be8aa226076b3d7bfb1 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 10 Dec 2014 01:03:29 +0100 Subject: [PATCH] Update .gitignore: add __pycache__, and .local files --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index b46e0acf..bd81dfd5 100644 --- a/.gitignore +++ b/.gitignore @@ -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