# 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

# Directories to ignore (do not add trailing '/'s, they skip symlinks).
.zephir
.libs
ide
doc
vendor

# Compilation artifacts.
*.dep
*.gch
*.lo
*.la
*.loT
*.dSYM

# Compilation logs.
compile.log
compile-errors.log

# Test and build configurations.
.php_cs
.php_cs.cache
.phpunit
box.json
phpcs.xml
phpmd.xml
phpunit.xml
.phpunit.result.cache
.php-cs-fixer.cache

# Build artefact
zephir.phar
box.phar
php-cs-fixer.phar

# Ignore codecoverage stuff.
*.profraw
*.gcov
*.gcno
*.gcda

# Ignore CI autogenerated release-notes.md
release-notes.md

# Use this as your own wish list or a temporary buffer
LATER
php-zephir-parser/

