-remove debug message
[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 .deps/
15 .libs/
16 .svn/
17 Makefile
18 Makefile.in
19 aclocal.m4
20 autom4te.cache/
21 compile
22 config.guess
23 config.log
24 config.status
25 config.sub
26 configure
27 contrib/vendored/
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
65 uncrustify.cfg
66 .style.yapf
67
68 diffoscope_reports/
69
70 # this exists outside of the main repository
71 cmake/
72 build
73 CMakeLists.txt
74 CMakeFiles.txt