Build fixes for 'make distcheck'
[platform/upstream/libsecret.git] / .gitignore
1 *~
2 *.o
3 *.la
4 *.lo
5 *.pyc
6 *.gcov
7 *.gcno
8 *.gcda
9 *.gir
10 *.pc
11 *.tar.gz
12 *.typelib
13 .deps
14 .cproject
15 .libs
16 .project
17 aclocal.m4
18 autom4te.cache
19 compile
20 configure
21 config.*
22 depcomp
23 install-sh
24 INSTALL
25 libtool
26 ltmain.sh
27 Makefile
28 Makefile.in
29 Makefile.in.in
30 missing
31 stamp*
32 .settings
33 .project
34 .cproject
35
36 /build/coverage*
37 /build/m4
38 /build/valgrind-suppressions
39
40 /po/POTFILES
41 /po/libsecret.pot
42
43 /egg/tests/test-*
44 !/egg/tests/test-*.c
45
46 /library/secret-dbus-generated.[ch]
47 /library/secret-enum-types.[ch]
48 /library/tests/test-*
49 !/library/tests/test-*.c
50