diff options
author | ng0 <ng0@no-reply.pragmatique.xyz> | 2017-05-03 23:36:17 +0000 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2017-05-13 12:14:28 +0300 |
commit | 498abb3ed1d7dcda3ffac15832eb1e25d08e9162 (patch) | |
tree | 8cfe578e4492f769e4041b341cd9b65b56b02c58 /.gitignore | |
parent | 4e4e0185251e0660d625cc2b1243160b92e94faa (diff) | |
download | guix-498abb3ed1d7dcda3ffac15832eb1e25d08e9162.tar guix-498abb3ed1d7dcda3ffac15832eb1e25d08e9162.tar.gz |
.gitignore: Ignore Emacs auto-save files.
* .gitignore: Add entries for temporary files created by Emacs.
Co-authored-by: Alex Kost <alezost@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5086ae22b6..09dbde82fc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ *.tar.xz *.tmp *~ +.#* +\#*\# ,* /ABOUT-NLS /INSTALL |