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

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.