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

# Include relevant files
!/.config/
!/.config/vcsh/
!/.config/vcsh/config
!/.config/vcsh/hooks-enabled/
!/.config/vcsh/hooks-enabled/post-upgrade
!/.gitignore.d/
!/.gitignore.d/vcsh

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