summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-30 16:09:23 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-30 16:09:23 +0100
commit04a9d6b915dbd98649363c8853b896163dc4e99f (patch)
tree0cfef408ff7d93e51f4f76d52007588e24206cfc /CONTRIBUTING.md
parenta8e879c53fa954ff51736eff3f9cdb8e26256337 (diff)
downloadphp-git-04a9d6b915dbd98649363c8853b896163dc4e99f.tar.gz
[ci skip] Add ffi_parser.c info
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1a0cd4a3fa..d24440da90 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -156,6 +156,9 @@ locations.
├─ parse_iso_intervals.c # Generated by re2c 0.15.3
└─ ...
└─ ...
+ └─ ffi/
+ ├─ ffi_parser.c # Generated by https://github.com/dstogov/llk
+ └─ ...
└─ fileinfo/
├─ libmagic/ # Modified libmagic https://github.com/file/file
├─ data_file.c # Generated by `ext/fileinfo/create_data_file.php`