Add all the generated files to it.
---
.gitignore | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8495f6c..e1d27b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,20 +3,35 @@
*.o
*.trs
.deps
+.dirstamp
.libs
Makefile
Makefile.in
+/.git-module-status
/about-authors.c
+/aclocal.m4
+/autom4te.cache/
/blank-part.img
+/build-aux/
/config.c
+/config.h
+/config.h.in
+/config.status
+/configure
/dependencies.archlinux
/dependencies.debian
/dependencies.redhat
/dependencies.suse
/fedora.img
+/gnulib/
/kernel-config.c
+/m4/.gitignore
+/m4/gnulib-cache.m4
/p2v-config.h
+/podwrapper.pl
+/run
+/stamp-h1
/stamp-test-virt-p2v-pxe-data-files
/stamp-test-virt-p2v-pxe-hostkey
/stamp-test-virt-p2v-pxe-kernel
@@ -46,3 +61,4 @@ Makefile.in
/virt-p2v-make-kiwi
/virt-p2v-make-kiwi.1
/virt-p2v.xz
+/website/*.html
--
2.21.0