Skip to content

Commit 971924e

Browse files
authored
Merge pull request #6 from climate-machine/gitignore
Create .gitignore, ignore vim *.swp files
2 parents caeb924 + 95a3aa0 commit 971924e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ignore the following patterns
2+
3+
# vim swap files
4+
*.swp
5+

0 commit comments

Comments
 (0)