From 4d7a0e42c8e5e49ca28d3302f6b7ed14b73e7609 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 eb8d373cc..4c6141f1b 100644 --- a/.gitignore +++ b/.gitignore @@ -140,5 +140,6 @@ patches *.orig *.rej tags +TAGS doc/api/doxygen_sqlite3.db -- 2.47.2