Add emacs backup files to .gitignore (#3736)

This commit is contained in:
jonathanmetzman 2020-04-29 09:34:06 -07:00 committed by GitHub
parent a8a9213b23
commit 60926be735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.vscode/
*.pyc
build/
*~