Skip to content

Commit 0642855

Browse files
authored
Update .gitignore (#14158)
- The headers mentioned in the comment are not "generated" anymore as done via eb76a83 - zend_jit_<arch>.c files are now generated as part of the ext/opcache/jit/ir - generated minilua is ignored in ext/opcache/jit/ir/.gitignore
1 parent b80faeb commit 0642855

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Makefile
7878
Makefile.fragments
7979
Makefile.objects
8080

81-
# Directories for shared object files and headers generated by `./configure`
81+
# Directories for shared object files generated by `./configure`
8282
libs/
8383
modules/
8484

@@ -166,11 +166,6 @@ php
166166
# Extensions files
167167
# ------------------------------------------------------------------------------
168168

169-
# Miscellaneous extensions files
170-
/ext/opcache/jit/zend_jit_x86.c
171-
/ext/opcache/jit/zend_jit_arm64.c
172-
/ext/opcache/minilua
173-
174169
# Generated by `cd ext/name && phpize && ./configure`
175170
/ext/*/build/
176171
/ext/*/configure.ac

0 commit comments

Comments
 (0)