Add .gitignore rule to ignore temporary .swp backup files created by vim. (#859)
- Addresses : #858
- Rule `*.swp` is added to `.gitignore` to ensure that the vim temporary
`.swp` backup files are ignored and they don't pollute the results of
`git status -u`.
Showing
Please
register
or
sign in
to comment