From 38c2042686723cc7c34a7d6ce5e9fd3a89dcd794 Mon Sep 17 00:00:00 2001 From: anna Date: Mon, 8 Sep 2014 16:20:16 +0100 Subject: [PATCH] updated gitignore to exclude .idea dirs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bec39c5..2fe7eb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -.idea +.idea/ + # C extensions *.so