Add ctags and etags tag files, and Emacs back-up files. Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 2cb1e2afd45c..6b37b1237037 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,12 @@ libtool # Debian package build temporary files build-stamp + +# Tag files for Vim and Emacs. +TAGS +tags + +# Emacs back-up files. +*~ +\#*\# +.\#* -- 2.24.1