Skip to content

Commit

Permalink
Create .gitignore, ignore vim *.swp files
Browse files Browse the repository at this point in the history
  • Loading branch information
dburov190 committed Jun 17, 2019
1 parent caeb924 commit 95a3aa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ignore the following patterns

# vim swap files
*.swp

0 comments on commit 95a3aa0

Please sign in to comment.