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