Skip to content

Commit

Permalink
Ignore Vim swap files (*.swp, *.swo) (#12080)
Browse files Browse the repository at this point in the history
*.swp and *.swo files are temporary files generated when editing
buffers in Vim and should never be committed.

https://stackoverflow.com/questions/4824188/git-ignore-vim-temporary-files
  • Loading branch information
zhangsu authored and Barb Paduch committed Dec 6, 2017
1 parent e01cdf4 commit 3bb82fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ build-system/runner/TESTS-TestSuites.xml
/test/manual/amp-ad.adtech.html
test/coverage
package-lock.json
*.swp
*.swo

0 comments on commit 3bb82fb

Please sign in to comment.