add vapi
[roojspacker] / .gitignore
1 src/Makefile
2 src/jsdoc/*.c
3 src/jsdoc/*.o
4 src/*.c
5 src/*.o
6 src/roojspacker
7 src/*.stamp
8 src/*.stamp-t
9 src/*.la
10 src/roojspacker-1.0.h
11 src/roojspacker-1.1.h
12 src/roojspacker-1.2.h
13
14 src/roojspacker
15 src/*.vapi
16 src/*.typelib
17 src/*.gir
18
19 tests/*.c
20 examples/test
21
22
23 Makefile
24 Makefile.in
25 aclocal.m4
26 autom4te.cache
27 config.*
28 configure
29 depcomp
30 install-sh
31 libtool
32 ltmain.sh
33 m4/
34 missing
35 stamp-h?
36 .deps/
37 .dirstamp
38 .libs/
39 *.l[ao]
40 *~
41 compile
42 fontconfig/*
43 *.pc
44
45
46 bindings/php/*
47 !bindings/php/config.m4
48 !bindings/php/example.php
49 !bindings/php/roojspacker.c
50 !bindings/php/php_roojspacker.h
51 !bindings/php/roojspacker.xml
52 !README