From f82422cc63f601fb193c3dc2f957dccb5e7191e1 Mon Sep 17 00:00:00 2001 From: Torsten Schmitz Date: Mon, 8 Nov 2021 23:41:05 +0100 Subject: [PATCH] gitignore: Add tags and cscope files Ignore files generated by the make targets tags and cscope. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 529f677d..7ff12d12 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ .libs .deps .dirstamp +tags +cscope.* Makefile Makefile.in aclocal.m4