1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-09-07 09:45:10 +03:00

gitignore: ignore .swp files

vim places them in the source-tree while editing files. Ignore them.
This commit is contained in:
David Herrmann
2014-07-11 16:35:37 +02:00
parent b63c8d4f03
commit eea1aadb5b

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@
*.plist *.plist
*.pyc *.pyc
*.stamp *.stamp
*.swp
*.trs *.trs
*~ *~
.deps/ .deps/