Merge pull request #3085 from otavio/extend-gitignore

.gitignore: Ignore Emacs backup files
This commit is contained in:
Seiichi Uchida 2018-10-09 22:49:33 +09:00 committed by GitHub
commit 839c4946e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
# Editors' specific files
.idea/
.vscode/
*~