From 5298e4d033b2d6ff41a81311ec52c9c9b2c82b22 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 19 Oct 2016 06:39:37 +0000 Subject: [PATCH] gitignore --- .gitignore | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8199f31..aa984d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *.dSYM -/idl/main /lemon.c /lempar.c /lemon @@ -41,14 +40,12 @@ tests/*/*.php tests/*/*.exp tests/*/*.log tests/*/*.sh -/compiler.h /parser.h /parser_proc.h -/validator.h -/src/*.o +*.o /context.h /libffi.h -/libjit.j +/libjit.h /tests/*/*.mem /config.cache *~ @@ -69,3 +66,13 @@ php_psi_unions.h /*.c /*.diff /*.phar +/calc.h +/data.h +/engine.h +/error.h +/libjit.h +/marshal.h +/parser_def.h +/token.h +/types.h +/types/ -- 2.30.2