From: Klaus Treichel Date: Tue, 3 Aug 2010 11:50:47 +0000 (+0200) Subject: Add new built files to the ignore list. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=0620e343ab6774a9f11f2bef8f3e08ffd0e24be3;p=francis%2Flibjit.git Add new built files to the ignore list. --- diff --git a/ChangeLog b/ChangeLog index 9e29a4e..dcde6f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,9 @@ * config/jit-interp-opcodes.ops: Add definition source of the interpreter specific libjit opcodes. + * include/jit/.gitignore, jit/.gitignore: Add new built files to + the ignore list. + 2010-05-31 Aleksey Demakov * jit/jit-block.c: allow empty block branch optimization for blocks diff --git a/include/jit/.gitignore b/include/jit/.gitignore index b791113..d7f63b2 100644 --- a/include/jit/.gitignore +++ b/include/jit/.gitignore @@ -3,3 +3,4 @@ Makefile.in .deps jit-arch.h jit-defs.h +jit-opcode.h diff --git a/jit/.gitignore b/jit/.gitignore index 3474294..8833563 100644 --- a/jit/.gitignore +++ b/jit/.gitignore @@ -4,6 +4,9 @@ Makefile.in .libs jit-apply-rules.h jit-interp-labels.h +jit-interp-opcode.c +jit-interp-opcode.h +jit-opcode.c *.inc *.slc *.lo