diff options
author | David Robillard <d@drobilla.net> | 2017-12-09 17:59:47 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-09 17:59:47 +0100 |
commit | b6b08030c89a6c46ede0995f3947c77798776fa1 (patch) | |
tree | ec0fda856d5bd74e9bd37cc08938bdb873f98bcf /.gitignore | |
parent | 5f9996b0763c68d538f5cbf8abe9b1abf20f1cee (diff) | |
download | dotfiles-b6b08030c89a6c46ede0995f3947c77798776fa1.tar.gz dotfiles-b6b08030c89a6c46ede0995f3947c77798776fa1.tar.bz2 dotfiles-b6b08030c89a6c46ede0995f3947c77798776fa1.zip |
Add gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d00caff --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +emacs.d/session.* +emacs.d/site-lisp/*.elc +emacs.d/elpa +emacs.d/auto-save-list +emacs.d/eshell +emacs.d/history +emacs.d/ido.last +emacs.d/projectile-bookmarks.eld +emacs.d/projectile.cache +emacs.d/tramp +emacs.d/url |