From 934cbba21da4e5dde1aa0948c2c039e3b7398eb1 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 25 Apr 2011 18:54:02 -0400 Subject: [PATCH] ignore pydev's hidden files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 5fa2d71..282791f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ +# Ignore python bytecode: *.pyc + +# Ignore secure config files: config/secure.py + +# Ignore pydev's nonsense: +.project +.pydevproject +.settings/