From: Tycho Andersen Date: Mon, 10 Aug 2015 17:12:17 +0000 (-0600) Subject: gitignore: add TAGS files X-Git-Tag: lxc-1.0.8~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d7a0e42c8e5e49ca28d3302f6b7ed14b73e7609;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 eb8d373cc..4c6141f1b 100644 --- a/.gitignore +++ b/.gitignore @@ -140,5 +140,6 @@ patches *.orig *.rej tags +TAGS doc/api/doxygen_sqlite3.db