summaryrefslogtreecommitdiff
path: root/.globalgitignore
blob: 55155f54b143f4b63d0219f2a2f4a19d941ee259 (plain) (blame)
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
#
# Vim stuff (taken from https://github.com/github/gitignore/blob/main/Global/Vim.gitignore)
#

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

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

.vim-session

#
# General software compilation
#

nohup.out
output