From 04346a115771b166c7c5c36c628851ce68ea56cf Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 23 Sep 2019 08:46:26 +0100 Subject: [PATCH] Add .gitignore file --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0c77fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.* +!.editorconfig +!.git* +!.idea +!.mailmap +*.iml +*/target +*~ +/target +hs_err_pid*.log