Initial commit

This commit is contained in:
Eduard Iten 2025-07-09 06:21:06 +00:00
commit 864e20a982
2 changed files with 30 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@ -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

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# zephyr_vnd7050aj