Add 'image-dired' directory to .gitignore. (#14748)

This commit is contained in:
Alfonso Montero 2021-05-08 19:36:12 +02:00 committed by GitHub
parent c4a1caae17
commit 649028658a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -23,6 +23,7 @@
/.my-keybindings.el.swp
/eww-bookmarks
/history
/image-dired
/network-security.data
/recentf
/session.*

View File

@ -512,6 +512,7 @@ In org-agenda-mode
Other:
- =.gitignore= now ignores tag files and the bbdb database.
- =.gitignore= now ignores org-journal-cache-file (thanks to Benjamin Hipple)
- =.gitignore= now ignores image-dired-dir (thanks to Alfonso Montero)
- Added =vim-style-visual-feedback= and =hybrid-style-visual-feedback= style
variables to enable =evil-goggles= pulse in the Vim and Hybrid editing
styles, respectively; disabled by default (thanks to Sylvain Benner)