From 4fb30e9d6ea55024bc79a1e11729f991ffed5f71 Mon Sep 17 00:00:00 2001
From: Cherie Yang <cyang@common-lisp.net>
Date: Sun, 1 Apr 2018 09:06:14 -0400
Subject: [PATCH] Amend gitignore to ignore dev output

---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c140213
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# Emacs autosave
+*~
+\#*\#
+*.elc
+auto-save-list
+.\#*
+
+# Output files
+output/
\ No newline at end of file
-- 
GitLab