Message ID | 20221115095532.10850-1-yegorslists@googlemail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] .gitignore: ignore ctags generated file | expand |
On 11/15/22 4:55 AM, yegorslists@googlemail.com wrote: > From: Yegor Yefremov <yegorslists@googlemail.com> > > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Committed... steved. > --- > Changes v1 -> v2: > - add SoB line > > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index df791a83..682153d5 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -86,3 +86,5 @@ systemd/rpc-gssd.service > cscope.* > # generic editor backup et al > *~ > +# file generated by ctags > +tags
diff --git a/.gitignore b/.gitignore index df791a83..682153d5 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,5 @@ systemd/rpc-gssd.service cscope.* # generic editor backup et al *~ +# file generated by ctags +tags