1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update extension skeleton .gitignore (#15542)

[ci skip]
This commit is contained in:
Go Kudo
2024-08-23 02:31:06 +09:00
committed by GitHub
parent c79e723725
commit 0c73553959

View File

@@ -1,3 +1,4 @@
*.dep
*.lo
*.la
.libs
@@ -39,3 +40,4 @@ tests/**/*.sh
tests/**/*.db
tests/**/*.mem
tmp-php.ini
*~