From 91cfc1e6d0b099035e74630b73f879c4499f2448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Tomulik?= Date: Wed, 10 Oct 2018 21:44:23 +0200 Subject: remove editor junk --- .gitignore | 6 ++++++ testing/framework/.TestCommonTests.py.swp | Bin 16384 -> 0 bytes 2 files changed, 6 insertions(+) delete mode 100644 testing/framework/.TestCommonTests.py.swp diff --git a/.gitignore b/.gitignore index 1807b29..db2cd3a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,9 @@ htmlcov # VS Code .vscode + +# Editor junk +*.swp +*.bkp +*.bak +*~ diff --git a/testing/framework/.TestCommonTests.py.swp b/testing/framework/.TestCommonTests.py.swp deleted file mode 100644 index fcee08e..0000000 Binary files a/testing/framework/.TestCommonTests.py.swp and /dev/null differ -- cgit v0.12