.gitignore: Ignore Emacs auto-save files.

* .gitignore: Add entries for temporary files created by Emacs.

Co-authored-by: Alex Kost <alezost@gmail.com>
This commit is contained in:
ng0 2017-05-03 23:36:17 +00:00 committed by Alex Kost
parent 4e4e018525
commit 498abb3ed1
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -6,6 +6,8 @@
*.tar.xz
*.tmp
*~
.#*
\#*\#
,*
/ABOUT-NLS
/INSTALL