All of lore.kernel.org
 help / color / mirror / Atom feed
* [libgpiod][PATCH] gitignore: ignore ctags generated tags file
@ 2022-06-15 10:05 yegorslists
  2022-06-16  7:24 ` Bartosz Golaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: yegorslists @ 2022-06-15 10:05 UTC (permalink / raw)
  To: linux-gpio; +Cc: brgl, Yegor Yefremov

From: Yegor Yefremov <yegorslists@googlemail.com>

This index file will be used by editors like, for example, vim.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 2d7cc7f..24136ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ doc
 *.tar.gz
 *.patch
 *.swp
+tags
 
 # autotools stuff
 .deps/
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [libgpiod][PATCH] gitignore: ignore ctags generated tags file
  2022-06-15 10:05 [libgpiod][PATCH] gitignore: ignore ctags generated tags file yegorslists
@ 2022-06-16  7:24 ` Bartosz Golaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2022-06-16  7:24 UTC (permalink / raw)
  To: yegorslists; +Cc: open list:GPIO SUBSYSTEM

On Wed, Jun 15, 2022 at 12:05 PM <yegorslists@googlemail.com> wrote:
>
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> This index file will be used by editors like, for example, vim.
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 2d7cc7f..24136ce 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -9,6 +9,7 @@ doc
>  *.tar.gz
>  *.patch
>  *.swp
> +tags
>
>  # autotools stuff
>  .deps/
> --
> 2.17.0
>

Applied, thanks!

Bart

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-16  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-15 10:05 [libgpiod][PATCH] gitignore: ignore ctags generated tags file yegorslists
2022-06-16  7:24 ` Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.