From bd470684a4d0cdf5f7e5ea127d28a89a92ef33b6 Mon Sep 17 00:00:00 2001 From: Luke Lee Date: Sun, 19 Sep 2010 16:06:47 -0500 Subject: [PATCH] Ignore file update - Update ignoring of python leftovers - Added vi noise --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 91c9479..7b0b8c5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,8 @@ dist/* MANIFEST # python skin -.pyc -.pyo +*.pyc +*.pyo # osx noise .DS_Store @@ -15,3 +15,5 @@ profile .idea .idea/* +# vi noise +*.swp