forked from zephir-lang/zephir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (40 loc) · 816 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
# 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.
*.gch
*.lo
*.la
*.loT
*.dSYM
# Dependency lock is ignored for now.
composer.lock
# 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
# Build artefact
zephir.phar
# Ignore codecoverage stuff.
*.profraw
*.gcov
*.gcno
*.gcda
# Use this as your own wish list or a temporary buffer
LATER