diff options
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 }}} |