Add more coverage testing for search paths
[platform/upstream/libsecret.git] / .gitignore
1 *~
2 *.o
3 *.la
4 *.lo
5 *.pyc
6 *.gcov
7 *.gcno
8 *.gcda
9 .deps
10 .cproject
11 .libs
12 .project
13 aclocal.m4
14 autom4te.cache
15 compile
16 configure
17 config.*
18 depcomp
19 install-sh
20 INSTALL
21 libtool
22 ltmain.sh
23 Makefile
24 Makefile.in
25 Makefile.in.in
26 missing
27 stamp*
28 .settings
29 .project
30 .cproject
31
32 /build/coverage*
33 /build/m4
34 /build/valgrind-built.supp
35
36 /po/POTFILES
37 /po/gsecret.pot
38
39 /egg/tests/test-dh
40 /egg/tests/test-hkdf
41 /egg/tests/test-secmem
42
43 /library/gsecret-dbus-generated.[ch]
44 /library/tests/test-*
45 !/library/tests/test-*.c
46