From 0a43eee42834dd4fc6f0b91540f0da09081a5635 Mon Sep 17 00:00:00 2001 From: "Johnny A. Solbu" Date: Sat, 14 Jan 2023 17:56:44 +0100 Subject: Add basic .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b72f9be --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +*.swp -- cgit v1.2.1