From 166e4f35f920bfabfb8037eb4eb982cec0e5368c Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Fri, 10 May 2013 22:25:18 -0400 Subject: [PATCH] Add __pycache__ to the ignore and remove some unneeded ignores --- .gitignore | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 8c05268..8832759 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +__pycache__/ .py[co] # Packages @@ -16,9 +17,6 @@ develop-eggs # Installer logs pip-log.txt -# Installer lock files -Gemfile.lock - # Unit test / coverage reports .coverage .tox @@ -26,9 +24,3 @@ Gemfile.lock #Translations *.mo - -# SASS cache -.sass-cache - -# Ignore the typical config file -config.yaml