chiark / gitweb /
Legal: Add NO WARRANTY everywhere
[secnet.git] / example / .gitignore
1 # subdirmk example - .gitignore
2 #  Copyright 2019 Mark Wooding
3 #  Copyright 2019 Ian Jackson
4 # SPDX-License-Identifier: LGPL-2.0-or-later
5 # There is NO WARRANTY.
6
7 #----- Build artifacts -----
8 *.a
9 .*.d
10 *.o
11 *.stamp
12 /lib/t/toytest
13 /src/toy
14
15 #----- Autoconf cruft -----
16
17 /autom4te.cache/
18 /config.log
19 /config.status
20 /configure
21
22 .makefiles.stamp
23 /main.mk
24 Makefile
25 Dir.mk
26 Final.mk
27 *.tmp
28
29 #----- For our tests -----
30 /build
31 /for-test-final.sd.mk
32 /src/for-test.sd.mk
33 /lib/for-test.mk.in