File tree 1 file changed +71
-0
lines changed
1 file changed +71
-0
lines changed Original file line number Diff line number Diff line change
1
+ .deps
2
+ .libs
3
+ .php-version
4
+ .rbenv-version
5
+ acinclude.m4
6
+ aclocal.m4
7
+ autom4te.cache
8
+ build
9
+ config.guess
10
+ config.h
11
+ config.h.in
12
+ config.log
13
+ config.nice
14
+ config.status
15
+ config.sub
16
+ configure
17
+ configure.in
18
+ configure.ac
19
+ extras
20
+ include
21
+ install-sh
22
+ libtool
23
+ ltmain.sh
24
+ ltmain.sh.backup
25
+ Makefile
26
+ Makefile.fragments
27
+ Makefile.global
28
+ Makefile.objects
29
+ missing
30
+ mkinstalldirs
31
+ modules
32
+ run-tests.php
33
+ tmp-php.ini
34
+ yaml.loT
35
+
36
+ # General Ignores
37
+ * ~
38
+ . # *
39
+ * .
40
+ * .slo
41
+ * .mk
42
+ * .mem
43
+ * .gcda
44
+ * .gcno
45
+ * .la
46
+ * .lo
47
+ * .o
48
+ * .a
49
+ * .ncb
50
+ * .opt
51
+ * .plg
52
+ * swp
53
+ * .patch
54
+ * .tgz
55
+ * .tar.gz
56
+ * .tar.bz2
57
+ .FBCIndex
58
+ .FBCLockFolder
59
+ core
60
+
61
+ # Test specific Ignores
62
+ tests /* .diff
63
+ tests /* .exp
64
+ tests /* .log
65
+ tests /* .out
66
+ tests /* .php
67
+ tests /* .sh
68
+
69
+ # coverage
70
+ /coverage.info
71
+ /reports
You can’t perform that action at this time.
0 commit comments