summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0e6ce41d7321f232f7ca9886952ff7bd38749db6 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.tarball-version
.version
.*.swp
ABOUT-NLS
*~
*.tar.gz
*.tar.xz
*.o
build/
config.h.meson
cscope.out
cscope.in.out
cscope.po.out
Makefile

# Created by https://www.gitignore.io/api/vim

### Vim ###
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~


# End of https://www.gitignore.io/api/vim