From 29bff939c7bb2385b3ec2c6e610bc921360a8a4b Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 26 Apr 2019 02:38:53 +0200 Subject: Enhance makedist script This enhances the makidst script: - integrate both snapshot and makedist scripts together - add help and options - generated files are created in the php-src repository directly - other minor enhancemenets such as CS fixes - functionality moved from the Makefile to only shell script - Add missed patching of the Zend Parsers to the main build step - Add all *.tmp files to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a81c8e38d9..48ef4c7ecb 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,9 @@ # Swap files created by editors and tools to indicate a locked file *.swp +# Various temporary generated files +*.tmp + # ------------------------------------------------------------------------------ # Generated by the PHP build system # ------------------------------------------------------------------------------ @@ -225,7 +228,6 @@ php # Generated by some test cases **/tests/**/*.db -**/tests/**/*.tmp # Microsoft Access database created for passing to tests /ext/pdo_odbc/tests/*.mdb -- cgit v1.2.1