From c0210895e9f7137c486f19814d4a5bea6531505d Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Wed, 9 Nov 2016 07:44:24 -0800 Subject: [PATCH] Ignore temp files These don't exist for long, but could catch them in a commit if you clicked commit too quickly. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f0fc03606..4b6d3bde8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,17 +4,17 @@ #Kwrite/Gedit/Other crapapps making backups *~ - #Patch files *.patch #Personal /saveddata/ - #Pyfa file pyfaFits.html +#Temporary files +*.py__jb_tmp__ # Based on https://github.com/github/gitignore