[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] stubdom: swtich to local .gitignore file
commit e07ae82853121f0434608d8aee1d467736afe6b1 Author: Juergen Gross <jgross@xxxxxxxx> AuthorDate: Sat Oct 5 17:15:45 2024 +0200 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Tue Oct 8 11:15:08 2024 +0100 stubdom: swtich to local .gitignore file Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Reviewed-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> --- .gitignore | 37 +------------------------------------ stubdom/.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 36 deletions(-) diff --git a/.gitignore b/.gitignore index d88be80b28..5c13fb5878 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,6 @@ cscope.po.out .vscode dist -stubdom/*.tar.gz autom4te.cache/ automation/build/yocto/*.dockerfile @@ -66,41 +65,7 @@ docs/pdf/ docs/txt/ extras/ install/* -stubdom/*-minios-config.mk -stubdom/autom4te.cache/ -stubdom/binutils-* -stubdom/config.cache -stubdom/config.log -stubdom/config.status -stubdom/cross-root-* -stubdom/gcc-* -stubdom/gmp-* -stubdom/grub-* -stubdom/include -stubdom/ioemu -stubdom/ioemu/ -stubdom/libs-* -stubdom/libxencall-* -stubdom/libxenevtchn-* -stubdom/libxenforeignmemory-* -stubdom/libxengnttab-* -stubdom/libxentoolcore-* -stubdom/libxentoollog-* -stubdom/lwip-* -stubdom/lwip/ -stubdom/mini-os-* -stubdom/mk-headers-* -stubdom/newlib-1.* -stubdom/newlib-x86* -stubdom/pciutils-* -stubdom/pkg-config/* -stubdom/polarssl-* -stubdom/stubdompath.sh -stubdom/tpm_emulator-* -stubdom/vtpm/vtpm_manager.h -stubdom/xenstore -stubdom/xenstorepvh -stubdom/zlib-* + tools/*/build/lib*/*.py tools/autom4te.cache/ tools/config.h diff --git a/stubdom/.gitignore b/stubdom/.gitignore new file mode 100644 index 0000000000..10e2547a22 --- /dev/null +++ b/stubdom/.gitignore @@ -0,0 +1,36 @@ +/*.tar.gz +/*-minios-config.mk +/autom4te.cache/ +/binutils-* +/config.cache +/config.log +/config.status +/cross-root-* +/gcc-* +/gmp-* +/grub-* +/include +/ioemu +/ioemu/ +/libs-* +/libxencall-* +/libxenevtchn-* +/libxenforeignmemory-* +/libxengnttab-* +/libxentoolcore-* +/libxentoollog-* +/lwip-* +/lwip/ +/mini-os-* +/mk-headers-* +/newlib-1.* +/newlib-x86* +/pciutils-* +/pkg-config/* +/polarssl-* +/stubdompath.sh +/tpm_emulator-* +/vtpm/vtpm_manager.h +/xenstore +/xenstorepvh +/zlib-* -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |