Skip to content

Commit

Permalink
add vim swap files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kei Imada committed Aug 30, 2023
1 parent 8c9fe41 commit 46f1850
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ __pycache__
.vscode

**/*.o
.DS_Store
.DS_Store

# vim swap files
*.sw*

0 comments on commit 46f1850

Please sign in to comment.