From 1b0ea584b650af655a0ca4aab884347a23ad37ea Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 13 Jan 2021 03:00:53 -0500 Subject: Initial commit --- (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..286197a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Vim swap and other dot files +.* +!.gitignore + +# Generated files +*.pkg/ + +# Work area +tmp/ -- cgit v0.9.1