All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH] Add .gitignore file
@ 2021-07-16  6:56 Viresh Kumar
  2021-07-19 12:46 ` Stefan Hajnoczi
  2021-07-19 15:25 ` Cornelia Huck
  0 siblings, 2 replies; 3+ messages in thread
From: Viresh Kumar @ 2021-07-16  6:56 UTC (permalink / raw)
  To: virtio-dev; +Cc: Viresh Kumar, Vincent Guittot

Add .gitignore to not see the unnecessary list of build generated files
with commands like git status.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 .gitignore | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0e2afb7f1d42
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.swp
+*.patch
+missfont.log
+listings/
+new/
+old/
+setup-generated.tex
+tmpfilesforzip/
+virtio-diff*
+virtio-v[0-9].[0-9]-cs[0-9][0-9]*
-- 
2.31.1.272.g89b43f80a514


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


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

* Re: [virtio-dev] [PATCH] Add .gitignore file
  2021-07-16  6:56 [virtio-dev] [PATCH] Add .gitignore file Viresh Kumar
@ 2021-07-19 12:46 ` Stefan Hajnoczi
  2021-07-19 15:25 ` Cornelia Huck
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2021-07-19 12:46 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: virtio-dev, Vincent Guittot

[-- Attachment #1: Type: text/plain, Size: 516 bytes --]

On Fri, Jul 16, 2021 at 12:26:13PM +0530, Viresh Kumar wrote:
> Add .gitignore to not see the unnecessary list of build generated files
> with commands like git status.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  .gitignore | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>  create mode 100644 .gitignore

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

Maybe this can be merged without a vote since it doesn't affect the
contents of the VIRTIO specification.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [virtio-dev] [PATCH] Add .gitignore file
  2021-07-16  6:56 [virtio-dev] [PATCH] Add .gitignore file Viresh Kumar
  2021-07-19 12:46 ` Stefan Hajnoczi
@ 2021-07-19 15:25 ` Cornelia Huck
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2021-07-19 15:25 UTC (permalink / raw)
  To: Viresh Kumar, virtio-dev; +Cc: Viresh Kumar, Vincent Guittot

On Fri, Jul 16 2021, Viresh Kumar <viresh.kumar@linaro.org> wrote:

> Add .gitignore to not see the unnecessary list of build generated files
> with commands like git status.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  .gitignore | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>  create mode 100644 .gitignore

Thanks, pushed as editorial update.


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


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

end of thread, other threads:[~2021-07-19 15:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16  6:56 [virtio-dev] [PATCH] Add .gitignore file Viresh Kumar
2021-07-19 12:46 ` Stefan Hajnoczi
2021-07-19 15:25 ` Cornelia Huck

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.