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