[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v2 06/15] 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> --- V2: - new patch --- .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 -- 2.26.2
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |