OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH] Add .gitignore file


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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]