From b77a2e31ee68d2f31d04c2cc178dd9a494de4f10 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Mon, 10 Aug 2015 11:12:17 -0600 Subject: [PATCH] gitignore: add TAGS files Somehow our `make tags` target generates TAGS and not tags, so let's ignore that too. Signed-off-by: Tycho Andersen Acked-by: Serge E. Hallyn --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3cb5bfbf9..35d89f217 100644 --- a/.gitignore +++ b/.gitignore @@ -150,5 +150,6 @@ patches *.orig *.rej tags +TAGS doc/api/doxygen_sqlite3.db -- 2.47.2