# Please do not use this ignore file to define platform specific files.
#
# For these purposes create a global .gitignore file, which is a list of rules
# for ignoring files in every Git repository on your computer.
#
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore

# After ./install files
build/gccarch
build/phalcon/build
build/phalcon/include
build/phalcon/config.h
build/phalcon/config.nice
build/phalcon/config.status

ext/ltmain.sh
ext/Makefile
ext/Makefile.fragments
ext/Makefile.global
ext/Makefile.objects
ext/acinclude.m4
ext/aclocal.m4
ext/build/
ext/config.guess
ext/config.h
ext/config.h.in
ext/config.nice
ext/config.status
ext/config.sub
ext/configure
ext/configure.ac
ext/configure.in
ext/install-sh
ext/libtool
ext/missing
ext/mkinstalldirs
ext/modules/
ext/run-tests.php

*~
*.o
*.out
*.lo
*.la
*.log
*.loT
*.dep
*.gch
*.h.ghc
*.phc
*.dSYM
*.deps
bin/lemon

# local tests
.local/

.libs/
autom4te.cache/
/vendor
/ide/

# Jetbrains IDE
.idea/
*.iml


# Zephir compiler
.zephir/
.temp/
zephir.phar
zephir-*.phar


.php_cs.cache
.env
zephir
tests/_output/*
tests/support/assets/phalcon_test*
.claude/
nikos/

# Docker
docker-compose.override.yml
