From 728a56a975a59d3cfeee612bd7256532975d9721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 7 May 2018 11:19:04 +0000 Subject: [PATCH] Add *~ to .gitignore to ignore Gedit temporary files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b5feee3..a493858 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ node_modules/ lextab.py yacctab.py .pytest_cache +*~