blob: c0c9dc5a0c3549ba3e2931ff7556f1086fe222c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
## .gitignore
LOCAL/
PRIVATE/
*~
*.swp
*.orig
*.bak
*_bak
.#*
### python
__pycache__/
*.py[cod]
### emeacs
*.elc
### tmux
_tmux/resurrect/
_tmux/plugins/*
!_tmux/plugins/tpm
|