diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-07-26 12:40:06 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-07-26 12:40:06 +0800 |
commit | 25c99a3ba214360c5a65f8bd48c9a36d2a153cf0 (patch) | |
tree | 7ff18b7997edfccd8433f0f5eda07e98b2833a38 /.gitignore | |
parent | 31b98090061a96bab46a9010e7655a780366974d (diff) | |
download | dotfiles-25c99a3ba214360c5a65f8bd48c9a36d2a153cf0.tar.bz2 |
cleanup gitignore; and add _tmux/-related items
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 4 insertions, 24 deletions
@@ -17,28 +17,8 @@ __pycache__/ ### emeacs *.elc -### C {{{ -# Object files -*.o -*.ko -*.obj -*.elf +### tmux +_tmux/resurrect/ +_tmux/plugins/* +!_tmux/plugins/tpm -# Libraries -*.lib -*.a - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.out -*.app -*.i*86 -*.x86_64 -*.hex -### C }}} |