diff mbox series

[v2] .gitignore: ignore ctags generated file

Message ID 20221115095532.10850-1-yegorslists@googlemail.com (mailing list archive)
State New, archived
Headers show
Series [v2] .gitignore: ignore ctags generated file | expand

Commit Message

Yegor Yefremov Nov. 15, 2022, 9:55 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
Changes v1 -> v2:
	- add SoB line

 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

Comments

Steve Dickson Nov. 19, 2022, 7:48 p.m. UTC | #1
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 mbox series

Patch

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