From: Tycho Andersen Date: Mon, 10 Aug 2015 17:12:17 +0000 (-0600) Subject: gitignore: add TAGS files X-Git-Tag: lxc-2.0.0.beta1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0efc06e7d75f76c7988695baa71cec2ede2ee168;p=thirdparty%2Flxc.git 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 --- 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