Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 1650e5853cd0..e62f850fddf6 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,12 @@ examples/* tests/* !tests/*.c !tests/Makefile.am + +# Tag files for Vim and Emacs. +TAGS +tags + +# Emacs back-up files +*~ +\#*\# +.\#* -- 2.24.1