summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-19 10:00:16 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-20 10:08:54 +0200
commitaddcf2402d221d7c67fa01c170fde08e5fe312d6 (patch)
tree0c6dd04d1fbcc03f965f5046fb8027732c808777 /.gitignore
parent82f59a9682824f29008adc6137ae1991d478fc59 (diff)
downloadphp-git-addcf2402d221d7c67fa01c170fde08e5fe312d6.tar.gz
Remove mkdep.awk
The `mkdep.awk` file was part of the previous *nix build system and was used to create a .deps file with a list of dependencies that could be processed by Automake further on. Newer build system was done via 9d9d39a0de3bec962c343051011f5a2ed7d7b242 and outdated files removed via 22815419f8c5da902971d3aa12f2cbfcc3b41aff so the current file in the PHP source code is not used anymore. Additionally, the *.slo files were processed by this file. The *.slo files also used to be generated by older libtool so today, these don't get generated anymore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0a3be5145c..a23f574fef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,6 @@
*~
.#*
*.
-*.slo
*.mk
*.mem
*.gcda