Quoting Tycho Andersen ([email protected]): > Somehow our `make tags` target generates TAGS and not tags, so let's ignore > that too. > > Signed-off-by: Tycho Andersen <[email protected]>
'make tags'? Never heard of it... ctags still creates 'tags'. but whatever :) Acked-by: Serge E. Hallyn <[email protected]> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 3cb5bfb..35d89f2 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -150,5 +150,6 @@ patches > *.orig > *.rej > tags > +TAGS > > doc/api/doxygen_sqlite3.db > -- > 2.1.4 > > _______________________________________________ > lxc-devel mailing list > [email protected] > http://lists.linuxcontainers.org/listinfo/lxc-devel _______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
