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

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

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


Subject: [PATCH v2 2/2] add .gitignore


Prevent accidentially adding auto generated files to the repo.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 .gitignore | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..43e454a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+/listings/virtio_queue.h
+/missfont.log
+/setup-generated.tex
+/tmpfilesforzip
+/virtio-*.4ct
+/virtio-*.4tc
+/virtio-*.aux
+/virtio-*.css
+/virtio-*.dvi
+/virtio-*.html
+/virtio-*.idv
+/virtio-*.lg
+/virtio-*.log
+/virtio-*.out
+/virtio-*.pdf
+/virtio-*.tex
+/virtio-*.toc
+/virtio-*.xref
+/virtio-*.zip
-- 
2.20.1



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