forked from phalcon/cphalcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (60 loc) · 986 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# 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
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
*.gch
*.h.ghc
*.phc
*.dSYM
*.deps
.ci/lemon
.libs/
autom4te.cache/
/vendor
/ide/
.zephir/
.temp/
# Zephir compiler
zephir.phar
zephir-*.phar
boxfile.yml
composer.lock
php_test_results_*.txt
docker-compose.yml
build/gccarch
tests/_data/phalcon_test*
tests/_output/*
.php_cs.cache
.env