From 35bac9ae039228f31a7d3f62b23e5141b756ec8c Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Fri, 17 Jan 2020 20:58:03 +0000 Subject: Update gitignore. Add ctags and etags tag files, and Emacs back-up files. Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 1650e58..e62f850 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 +*~ +\#*\# +.\#* -- cgit v1.2.3