improve buffer writer
[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.guess
11 config.h
12 config.h.in
13 config.log
14 config.nice
15 config.status
16 config.sub
17 configure
18 configure.ac
19 configure.in
20 include
21 install-sh
22 libtool
23 ltmain.sh
24 Makefile
25 Makefile.fragments
26 Makefile.global
27 Makefile.objects
28 missing
29 mkinstalldirs
30 modules
31 php_test_results_*.txt
32 phpt.*
33 run-test-info.php
34 run-tests.php
35 tests/**/*.diff
36 tests/**/*.out
37 tests/**/*.php
38 tests/**/*.exp
39 tests/**/*.log
40 tests/**/*.sh
41 tests/**/*.db
42 tests/**/*.mem
43 tests/Timestamp/
44 tmp-php.ini
45 *.dep
46 *.gcda
47 *.gcno
48 .idea