From f345e944806d493d140190a919739051790324a2 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Feb 2021 16:44:52 +0100 Subject: Initial commit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2a9b6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +tags -- cgit