From 0620e343ab6774a9f11f2bef8f3e08ffd0e24be3 Mon Sep 17 00:00:00 2001 From: Klaus Treichel Date: Tue, 3 Aug 2010 13:50:47 +0200 Subject: [PATCH] Add new built files to the ignore list. --- ChangeLog | 3 +++ include/jit/.gitignore | 1 + jit/.gitignore | 3 +++ 3 files changed, 7 insertions(+) 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 -- 2.47.3