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