From 05ff3b220e848a3c6d3ba45563ce154fc4350cd7 Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Thu, 26 Aug 2010 19:05:51 +0200 Subject: [PATCH] Change gitignore a bit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 248559d61..bebacc7e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,16 @@ +#Python specific *.pyc + +#Kwrite/Gedit/Other crapapps making backups *~ + +#Eclipse .project .pydevproject .settings + +#Don't commit any eos snapshots into the pyfa repos eos + +#Patch files +*.patch