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