Un-ignore .clang-tidy and enable conversion warnings.
[tinc] / .gitignore
1 .*
2 !.github/
3 !.builds/
4 !.gitignore
5 !.astylerc
6 !.clang-tidy
7 *~
8 *.a
9 *.dirstamp
10 *.o
11 *.orig
12 *.swp
13 *.gcno
14 *.gcda
15 *-coverage*
16 /ChangeLog
17 /INSTALL
18 /aclocal.m4
19 /autom4te.cache
20 /compile
21 /config.*
22 /configure
23 /depcomp
24 /doc/sample-config.tar.gz
25 /doc/*.tex
26 /doc/*.info
27 /doc/*.5
28 /doc/*.8
29 /doc/*.html
30 /doc/*.pdf
31 /doc/*.t2p
32 /doc/tincinclude.texi
33 /install-sh
34 /missing
35 /src/device.c
36 /src/tincd
37 /src/tinc
38 /src/sptps_keypair
39 /src/sptps_speed
40 /src/sptps_test
41 /src/version_git.h
42 /stamp-h1
43 /systemd/*.service
44 /test-driver
45 /test/*.test.*
46 /test/*.log
47 /test/*.trs
48 /test/splice
49 /test/testlib.sh
50 Makefile
51 Makefile.in
52 core*
53 heaptrack.*
54 *.tar.gz*