aboutsummaryrefslogtreecommitdiff
path: root/src/filter/nvim.filter
blob: 77824647b3691d22d5af7fb40264b7d7d9686b2b (plain)
1
2
3
4
5
6
7
8
# vim's way of verifying that it is able to create a file
[0-9]+
# temporary backup file during write
[^~]*~
# log and backup files
.*\.viminfo
.*\.sw[px]
.*\.local\/share\/nvim\/shada\/.*