From 8935845a8586b9da2572fa352ebb79f7e8959bcb Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Fri, 5 Dec 2014 20:08:35 -0500 Subject: [PATCH] Fix the syntax of .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8832759..a2a8ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ __pycache__/ -.py[co] +*.py[co] # Packages *.egg