From 6e0f8e5eae825c5249c3a22e89dad712ef9eec19 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Thu, 07 Aug 2014 17:25:34 -0400
Subject: Initial commit

---
(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..38a0a5b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+# Swap and backup files
+.*.sw*
+.sw*
+*~
+Session.vim
+
+# Generated files
+*.pkg/
+
+# Work area
+tmp/
--
cgit v0.9.1