[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] add .gitignore entries for *.[is] below xen
commit e1e1da600b8ab4264f242fc735702f5425165923 Author: Juergen Gross <jgross@xxxxxxxx> AuthorDate: Wed Nov 24 11:03:09 2021 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed Nov 24 11:03:09 2021 +0100 add .gitignore entries for *.[is] below xen Instead of listing each single file with .s or .i suffixes in .gitignore use pattern based entries. Restrict those to the xen directory as we have e.g. tools/libs/stat/bindings/swig/xenstat.i in our tree. Below xen the pattern based entries are fine, as we have pattern rules for creating *.s and *.i files in xen/Rules.mk. Suggested-by: Jan Beulich <jbeulich@xxxxxxxx> Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8ebb51b6c5..9513506dd9 100644 --- a/.gitignore +++ b/.gitignore @@ -301,12 +301,13 @@ tools/xentrace/xentrace_setsize tools/xentrace/tbctl tools/xentrace/xenctx tools/xentrace/xentrace +xen/**/*.i +xen/**/*.s xen/.banner xen/.config xen/.config.old xen/.xen.elf32 xen/System.map -xen/arch/x86/asm-macros.i xen/arch/x86/boot/mkelf32 xen/arch/x86/boot/cmdline.S xen/arch/x86/boot/reloc.S @@ -322,7 +323,6 @@ xen/arch/*/efi/ebmalloc.c xen/arch/*/efi/efi.h xen/arch/*/efi/pe.c xen/arch/*/efi/runtime.c -xen/asm-offsets.s xen/common/config_data.S xen/common/config.gz xen/include/headers*.chk -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |