branch: elpa/iedit commit df40acde18719a5ae0dec860aa71bb8e80bad4b8 Author: Pierre Rouleau <prouleau...@gmail.com> Commit: Victor Ren <victor...@gmail.com>
Ignore more files: Emacs backup & temporary, macOS fork files. --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.gitignore b/.gitignore index cfbbf85c92f..9a8962bff61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,23 @@ +# Identifies files to be ignored by Git. +# Also used by fd|fdfind to identify directories and files to ignore + +# Byte-Compiled Emacs Lisp files *.elc +# Emacs Backup files +*~ +# Emacs temporary files +.#* +*# +\#* + +# bazaar VCS files .bzr .bzrignore + +# Files automatically created by make. iedit-autoloads.el + +# macOS fork files +.DS_Store + +# ----------------------------------------------------------------------------