1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-15 05:55:06 +00:00

Merge pull request #2951 from DazWorrall/vim_swp

Add vim swap files to gitignore
This commit is contained in:
Michael DeHaan 2013-05-18 14:00:54 -07:00
commit 9db256adce

3
.gitignore vendored
View file

@ -30,3 +30,6 @@ docsite/latest/_static/websupport.js
docsite/latest/searchindex.js
# deb building stuff...
debian/
# Vim swap files
*.swp
*.swo