From d0f3d51ab4c0df5c77cc9c2fd5156f662471a9eb Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Thu, 02 May 2019 00:11:22 -0400
Subject: .gitignore: New file

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a09c6b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Swap and backup files
+.*.sw*
+.sw*
+*~
+Session.vim
+
+# Source archives
+*-*.orig.tar.*
+keyring.gpg
+
+# Work area
+tmp/
--
cgit v0.9.1