summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-27 17:21:56 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-29 01:30:27 +0200
commitc79eb107a0f5f4de085b50df5990842bc8202325 (patch)
tree7929628e0f36deaaf840f8ccdfbed60b985b6ce5 /.gitignore
parentb931dacc888ed59ccae6598338fe604030c251d6 (diff)
downloadphp-git-c79eb107a0f5f4de085b50df5990842bc8202325.tar.gz
Simplify checking of *nix build tools
The buildmk.stamp file has been created by the *nix build checking step to run the check step only once. Instead of poluting the project root directory, the stamp file can be also omitted. Performance difference is very minimal to not justify having the stamp check at all today anymore. This patch integrates the buildcheck.sh to buildconf script directly.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index d0aa3b394a..72b591fd69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,12 +38,9 @@
# Standard object files generated during build process
*.o
-# Cache directories generated by Autoconf tools - autoconf, autoreconf...
+# Cache directories created by Autoconf tools
autom4te.cache/
-# Stamp file generated by `./buildconf` to run `./build/buildcheck.sh`
-/buildmk.stamp
-
# Cache file(s) generated by Autoconf's configure when run as `configure -C`
config.cache