-
-
Notifications
You must be signed in to change notification settings - Fork 466
/
.gitignore
55 lines (46 loc) · 919 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
# 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/