diff options
author | Sean Allred <code@seanallred.com> | 2014-10-30 14:44:05 -0400 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-10-30 14:44:05 -0400 |
commit | ed39aa60f9feca9cbfba29cdd3bb606f02639c7a (patch) | |
tree | b4d046cf66ab56cbebe0b8bed0b5704309d3a6f5 /.gitignore |
Initial commit
Well, not really. If you would like the old version history, please get
in touch with me at code@seanallred.com. It's a wreck though and
contains inconsistent information.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9cd819c --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Emacs backup files +*~ +\#*\# + +# Compiled Elisp +*.elc |