summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-26 02:38:53 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-05-18 02:05:59 +0200
commit29bff939c7bb2385b3ec2c6e610bc921360a8a4b (patch)
tree57280f16399b2c81aef7c54a7c59ce5f7a19b8f1 /.gitignore
parent969047749d33bb88a0573aa91a57e2070335111a (diff)
downloadphp-git-29bff939c7bb2385b3ec2c6e610bc921360a8a4b.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
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