-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (43 loc) · 784 Bytes
/
.gitignore
File metadata and controls
49 lines (43 loc) · 784 Bytes
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
#build
.deps
/.libs
/modules
*.la
*.lo
/config.h
#phpize
/Makefile*
/acinclude.m4
/aclocal.m4
/autom4te.cache
/build
/config.guess
/config.log
/config.nice
/config.status
/config.sub
/config.h.in
/configure
/configure.in
/configure.ac
/install-sh
/libtool
/ltmain.sh
/missing
/minicrawler.dep
/mkinstalldirs
run-tests.php
# ------------------------------------------------------------------------------
# Tests
# ------------------------------------------------------------------------------
# Generated by `./run-tests.php` upon failure
**/tests/**/*.diff
**/tests/**/*.out*
**/tests/**/*.php
**/tests/**/*.exp
**/tests/**/*.log
**/tests/**/*.sh
# Temporary PHP INI configuration file(s) for tests, generated by `make test`
tmp-php.ini
# Test files in root directory
test-*.php