Add .gitignore file and remove the obsolete .bzrignore file. As gnulib-tool (called from autogen.sh) insists on creating doc/.gitignore (if it does not exist) or updating it (if it is missing some patterns gnulib-tool wants ignored by git), we add a doc/.gitignore file and the gnulib patterns there.
All other ignore patterns should be in the top-level .gitignore file. Signed-off-by: Hans Ulrich Niedermann <h...@n-dimensional.de> delete mode 100644 .bzrignore create mode 100644 .gitignore create mode 100644 doc/.gitignore diff --git a/.bzrignore b/.bzrignore deleted file mode 100644 index fda459816..000000000 --- a/.bzrignore +++ /dev/null @@ -1,30 +0,0 @@ -gendocs.sh -lib -m4 -.deps -Makefile -autom4te.cache -config.cache -config.h -config.log -config.status -stamp-h -stamp-h1 -doc/Makefile -doc/*.info* -doc/.deps -doc/gendocs_template -doc/mdate-sh -doc/Makefile.in -doc/boot.S.texi -doc/kernel -doc/kernel.c.texi -doc/multiboot.h.texi -doc/texinfo.tex -Makefile.in -aclocal.m4 -config.h.in -configure -depcomp -install-sh -missing diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..631ff668d --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# Generated by "autogen.sh" +Makefile.in + +/INSTALL +/NEWS +/README +/aclocal.m4 +/autom4te.cache/ +/compile +/config.h.in +/configure +/depcomp +/doc/mdate-sh +/doc/texinfo.tex +/gendocs.sh +/install-sh +/lib/ +/m4/ +/missing + +# Generated by "configure" +.deps/ +Makefile + +/config.h +/config.log +/config.status +/stamp-h1 + +# Generated by "make" +*.o + +/doc/*.S.texi +/doc/*.c.texi +/doc/*.h.texi +/doc/kernel +/doc/multiboot.info* +/doc/stamp-vti +/doc/version.texi + +# Generated by "make web-manual" +/doc/manual/ +/doc/multiboot.aux +/doc/multiboot.cp +/doc/multiboot.log +/doc/multiboot.toc diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 000000000..c8f86161e --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,4 @@ +# gnulib-tool insists on having these ignore patterns in this file. +# We keep all other ignore patterns in the top-level .gitignore file. +/gendocs_template +/gendocs_template_min -- 2.26.2 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel