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 | |
| parent | 4e4e0185251e0660d625cc2b1243160b92e94faa (diff) | |
.gitignore: Ignore Emacs auto-save files.
* .gitignore: Add entries for temporary files created by Emacs.
Co-authored-by: Alex Kost <alezost@gmail.com>
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5086ae22b60..09dbde82fc2 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | *.tar.xz | 6 | *.tar.xz |
| 7 | *.tmp | 7 | *.tmp |
| 8 | *~ | 8 | *~ |
| 9 | .#* | ||
| 10 | \#*\# | ||
| 9 | ,* | 11 | ,* |
| 10 | /ABOUT-NLS | 12 | /ABOUT-NLS |
| 11 | /INSTALL | 13 | /INSTALL |
