forked from phalcon/cphalcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
71 lines (69 loc) · 1.36 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
69
70
71
.settings/
.idea
.cproject
.project
ext/ltmain.sh
unit-tests/engines/*
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
unit-tests/views/test10/children.extends.volt.php
unit-tests/views/test10/children2.volt.php
unit-tests/views/test10/children.volt.php
*.o
*.lo
*.log
*.loT
*.gch
/.libs
/ext/.libs
*~
.DS_Store
.temp/
composer.lock
composer.phar
.vagrant
Vagrantfile
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/
/ide/
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