mirror of
https://github.com/phalcon/cphalcon.git
synced 2026-03-28 09:07:22 +00:00
89 lines
1.2 KiB
Plaintext
89 lines
1.2 KiB
Plaintext
# 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/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
|
|
.ci/lemon
|
|
|
|
# local tests
|
|
.local/
|
|
|
|
.libs/
|
|
autom4te.cache/
|
|
/vendor
|
|
/ide/
|
|
|
|
# Jetbrains IDE
|
|
.idea/
|
|
*.iml
|
|
|
|
.zephir/
|
|
.temp/
|
|
|
|
# JetBrains IDE
|
|
*.iml
|
|
.idea/
|
|
|
|
# Zephir compiler
|
|
zephir.phar
|
|
zephir-*.phar
|
|
|
|
boxfile.yml
|
|
php_test_results_*.txt
|
|
build/gccarch
|
|
tests/_data/phalcon_test*
|
|
tests/_output/*
|
|
|
|
.php_cs.cache
|
|
.env
|
|
zephir
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|