From 298f77157d4e98f60f83f28f6cd9d73760401a80 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Wed, 01 May 2019 19:30:35 -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