aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 4 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore
index 1312977..c0c9dc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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 }}}