top Makefile.am: Do not recurse into lint for now
[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 depcomp
28 gnunet_config.h
29 gnunet_config.h.in
30 install-sh
31 libtool
32 ltmain.sh
33 lynXified.*
34 missing
35 po/*.gmo
36 pkgconfig/*.pc
37 src/*/*.conf
38 stamp-h1
39 test-driver
40 INSTALL
41 confdefs.h
42 confdefs.c
43 confdefs.err
44 src/namestore/test_namestore_api_zone_to_name
45 src/credential/gnunet-credential
46 src/credential/gnunet-service-credential
47 src/identity-provider/gnunet-idp
48 *.patch
49 src/namestore/perf_namestore_api_zone_iteration_flat
50 src/namestore/perf_namestore_api_zone_iteration_postgres
51 src/namestore/perf_namestore_api_zone_iteration_sqlite
52 python-lint.log
53 flake8.log
54 # for pytest created data:
55 .cache/
56 __pycache__/
57 build-aux/
58 src/ats/test_ats2_lib
59 doc/handbook/gversion.texi
60 doc/tutorial/gversion.texi