From bd39dd6788a6a69f8efcc13764a92178f647c63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 14 Apr 2019 15:24:45 +0000 Subject: [PATCH] Ignore backup files. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae5ee37..fb216cb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ # For a project mostly in C, the following would be a good set of # exclude patterns (uncomment them if you want to use them): # *.[oa] -# *~ +*~ *.pyc .Python