diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-04-11 03:20:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-04-11 03:20:45 +0900 |
| commit | be2211a6fb78375cec9a5d2615dafaf043e5e848 (patch) | |
| tree | 1047c4a27e7e69b1692c00d08196a2d889c7132d /.gitignore | |
| parent | b3b5a0b29ddd627b7cb5f2cce3332f08c412bcdd (diff) | |
| download | mini-xdebug-main.tar.gz mini-xdebug-main.tar.zst mini-xdebug-main.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a7f06e1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Files generated by phpize and make +.libs/ +Makefile +Makefile.fragments +Makefile.objects +autom4te.cache/ +build/ +config.h +config.h.in +config.log +config.nice +config.status +configure +configure.ac +libtool +mini_xdebug.dep +mini_xdebug.la +mini_xdebug.lo +modules/ +run-tests.php |
