From 21fe08ad23c56c9f81e3bd6220d74ccc2b62adb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Wed, 16 Jun 2021 18:41:25 +0200 Subject: [PATCH] gitignore: Add ctags files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0b7da11d..28cc6301 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ *.a *.o.d +# ctags files +tags +TAGS + # # Ignore generated executables and other generated files #