From c9d83f0f4fbe72367b170b9734b22e17a8da3bb4 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