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