diff options
author | Sean Allred <code@seanallred.com> | 2014-11-17 08:45:09 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-17 08:45:09 -0500 |
commit | 9df98091a366a3b1585ba52a21b0261b314ea8bd (patch) | |
tree | 1cef96fccf00072a0d76cfb2ad76051a59993a17 /.agignore | |
parent | 1a843499ae1ebc4ec56cfb27f79779293696cb2c (diff) |
Documentation -- part one
Pushing this change to continue work elsewhere.
Diffstat (limited to '.agignore')
-rw-r--r-- | .agignore | 20 |
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 |