From 396953fe408a22d946a3101615462e5ad54a487c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 05 Jan 2021 01:54:57 -0500 Subject: Initial commit --- (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd90d0e --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Vim swap and other dot files +.* +!.gitignore + +# Source archives +*-*.orig.tar.* +keyring.gpg + +# Work area +tmp/ -- cgit v0.9.1