aboutsummaryrefslogtreecommitdiff
path: root/.agignore
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-17 08:45:09 -0500
committerSean Allred <code@seanallred.com>2014-11-17 08:45:09 -0500
commit9df98091a366a3b1585ba52a21b0261b314ea8bd (patch)
tree1cef96fccf00072a0d76cfb2ad76051a59993a17 /.agignore
parent1a843499ae1ebc4ec56cfb27f79779293696cb2c (diff)
Documentation -- part one
Pushing this change to continue work elsewhere.
Diffstat (limited to '.agignore')
-rw-r--r--.agignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.agignore b/.agignore
new file mode 100644
index 0000000..e00db68
--- /dev/null
+++ b/.agignore
@@ -0,0 +1,20 @@
+# Backup files
+*~
+\#*\#
+
+# Compiled Elisp
+*.elc
+
+# Generated by tests
+/.cask/
+/.stackmode/
+/url/
+
+# User-local variables
+.dir-locals.el
+
+# Test files
+test/data-samples
+
+# Info files
+*.info