← Prev in month ← Prev in thread
Next in thread → Next in month →

[PATCH v2 2/2] add .gitignore

From
Enrico Weigelt, metux IT consult <>
Date
2021-06-30T11:58:55+00:00
ID
Thread
[PATCH v2 2/2] add .gitignore
Prevent accidentially adding auto generated files to the repo.

Signed-off-by: Enrico Weigelt, metux IT consult <>
---
 .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
← Prev in month ← Prev in thread
Next in thread → Next in month →