Merge branch 'master' of gnunet.org:gnunet
[oweals/gnunet.git] / .gitignore
1 *~
2 \#*\#
3 *.bak
4 *.a
5 *.la
6 *.lo
7 *.log
8 *.o
9 *.orig
10 *.rej
11 *.swp
12 *.trs
13 *.kdev4
14 .clang-format
15 .deps/
16 .libs/
17 .svn/
18 Makefile
19 Makefile.in
20 aclocal.m4
21 autom4te.cache/
22 compile
23 config.guess
24 config.log
25 config.status
26 config.sub
27 configure
28 depcomp
29 gnunet_config.h
30 gnunet_config.h.in
31 install-sh
32 libtool
33 ltmain.sh
34 lynXified.*
35 missing
36 po/*.gmo
37 pkgconfig/*.pc
38 src/*/*.conf
39 stamp-h1
40 test-driver
41 INSTALL
42 confdefs.h
43 confdefs.c
44 confdefs.err
45 src/namestore/test_namestore_api_zone_to_name
46 src/credential/gnunet-credential
47 src/credential/gnunet-service-credential
48 src/identity-provider/gnunet-idp
49 *.patch
50 src/namestore/perf_namestore_api_zone_iteration_flat
51 src/namestore/perf_namestore_api_zone_iteration_postgres
52 src/namestore/perf_namestore_api_zone_iteration_sqlite
53 python-lint.log
54 flake8.log
55 # for pytest created data:
56 .cache/
57 __pycache__/
58 build-aux/
59 src/ats/test_ats2_lib
60 doc/handbook/gversion.texi
61 doc/tutorial/gversion.texi
62
63 # top-level symlink can exist
64 .clang-format