summaryrefslogtreecommitdiffstats
path: root/.gitignore.d/vim
blob: 3e55d6b0ea55b63d8958eb19ffa787691f83ed09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Exclude all files
*

# Include relevant files
!/.vim/
!/.vim/**/*
!/.vimrc
!/.gitignore.d/
!/.gitignore.d/vim

# Exclude swap and backup files
*.s[a-w]?
#*.vim
*~
#*.orig