From 839827ff4cfbe42c9204e134ba70a8d072bcbf82 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 22 May 2019 16:34:38 +1200 Subject: Ignore #emacs_backup# file pattern --- bash/bash_completion.d/_text_filenames.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash') diff --git a/bash/bash_completion.d/_text_filenames.bash b/bash/bash_completion.d/_text_filenames.bash index 0f7f6dd8..d379b8f9 100644 --- a/bash/bash_completion.d/_text_filenames.bash +++ b/bash/bash_completion.d/_text_filenames.bash @@ -140,6 +140,9 @@ _text_filenames() { (*.swf) ;; (*.webm) ;; + # Emacs + (\#*\#) ;; + # Vim (*~) ;; (*.swp) ;; -- cgit v1.2.3