forked from phalcon/cphalcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (64 loc) · 1.43 KB
/
.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
68
# 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/.deps
ext/Makefile
ext/Makefile.fragments
ext/Makefile.global
ext/Makefile.objects
ext/acinclude.m4
ext/aclocal.m4
ext/autom4te.cache/
ext/build/
ext/config.guess
ext/config.h
ext/config.h.in
ext/config.nice
ext/config.status
ext/config.sub
ext/config/.libs/
ext/config/adapter/.libs/
ext/configure
ext/configure.in
ext/install-sh
ext/libtool
ext/missing
ext/mkinstalldirs
ext/modules/
ext/phalcon.la
ext/run-tests.php
*.o
*.lo
*.log
*.loT
*.gch
/.libs
/ext/.libs
*~
.temp/
composer.lock
ext/phalcon/mvc/view/engine/volt/lemon
ext/phalcon/mvc/view/engine/volt/lemon.dSYM/
ext/phalcon/mvc/view/engine/volt/parser.out
ext/phalcon/annotations/lemon
ext/phalcon/annotations/lemon.dSYM/
ext/phalcon/annotations/parser.out
ext/phalcon/mvc/model/query/lemon
ext/phalcon/mvc/model/query/parser.out
/vendor/
ext/phalcon/annotations/parser.php5.out
ext/phalcon/annotations/parser.php7.out
ext/phalcon/mvc/view/engine/volt/parser.php5.out
ext/phalcon/mvc/view/engine/volt/parser.php7.out
ext/phalcon/mvc/model/query/parser.php5.out
ext/phalcon/mvc/model/query/parser.php7.out
ext/phalcon/mvc/model/query/.libs/
build/gccarch
*.ghc
*.phc
ide/
docker-compose.yml