draft package.xml
[awesomized/ext-ion] / .gitignore
1 *~
2 *.o
3 *.lo
4 *.la
5 .libs
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 include
22 install-sh
23 libtool
24 ltmain.sh
25 /Makefile
26 Makefile.fragments
27 Makefile.global
28 Makefile.objects
29 missing
30 mkinstalldirs
31 modules
32 php_test_results_*.txt
33 phpt.*
34 run-test-info.php
35 run-tests.php
36 tests/**/*.diff
37 tests/**/*.out
38 tests/**/*.php
39 tests/**/*.exp
40 tests/**/*.log
41 tests/**/*.sh
42 tests/**/*.db
43 tests/**/*.mem
44 tmp-php.ini
45 *.dep
46 *.gcda
47 *.gcno
48 .idea
49 docs/vendor
50 docs/src
51 docs/composer.*