From 864e20a9828011ba2d743a97b54424771b1148fc Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Wed, 9 Jul 2025 06:21:06 +0000 Subject: [PATCH] Initial commit --- .gitignore | 28 ++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f3be2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# ---> Zephir +# Cache files, generates by Zephir +.temp/ +.libs/ + +# Object files, generates by linker +*.lo +*.la +*.o +*.loT + +# Files generated by configure and Zephir, +# not required for extension compilation. +ext/build/ +ext/modules/ +ext/Makefile* +ext/config* +ext/acinclude.m4 +ext/aclocal.m4 +ext/autom4te* +ext/install-sh +ext/ltmain.sh +ext/missing +ext/mkinstalldirs +ext/run-tests.php +ext/.deps +ext/libtool + diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f048a4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# zephyr_vnd7050aj +