diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-01-22 11:25:09 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-01-22 11:25:09 +0800 |
commit | 9fa3bcc08e58212a97ddb8ffe3c8f87f982a94fa (patch) | |
tree | ded6c04378593ff85f63e78d45a5a7824e0775e0 | |
parent | b1c487d66a902e9d13786354e7d15ff238edfa8a (diff) | |
download | dotfiles-9fa3bcc08e58212a97ddb8ffe3c8f87f982a94fa.tar.bz2 |
Ignore _spacemacs.d/layers/
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,8 +14,9 @@ PRIVATE/ __pycache__/ *.py[cod] -### emeacs +### emeacs & spacemacs *.elc +_spacemacs.d/layers/ ### tmux _tmux/resurrect/ |