From 84c36b0e2a3a43c9b925fd4c1089518c12475cee Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Wed, 24 Oct 2018 18:12:26 -0600 Subject: Initial commit of gitignore Prevent any html files and prevent the main binary from being committed. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13aa46e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.html +gpgedit -- cgit v1.2.3