From 69373cf311f64f7f6a570451efd7e9feccc568aa Mon Sep 17 00:00:00 2001 From: PlusMinus0 Date: Sat, 17 Nov 2018 21:31:56 +0100 Subject: [PATCH] Add gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c06dab --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*\~ +.\#* +\#*\# +.config/ \ No newline at end of file