Skip to content

Commit

Permalink
Ignore Vim swap files (*.swp, *.swo) (ampproject#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 riklund committed Nov 16, 2017
1 parent 1bd4643 commit 1429eb0
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 1429eb0

Please sign in to comment.