chiark / gitweb /
example: Introduce a Final.sd.mk and test it
[subdirmk.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
6 #----- Build artifacts -----
7 *.a
8 .*.d
9 *.o
10 *.stamp
11 /lib/t/toytest
12 /src/toy
13
14 #----- Autoconf cruft -----
15
16 /autom4te.cache/
17 /config.log
18 /config.status
19 /configure
20
21 .makefiles.stamp
22 /main.mk
23 Makefile
24 Subdir.mk
25 Final.mk
26 *.tmp
27
28 #----- For our tests -----
29 /build
30 /for-test-final.sd.mk
31 /src/for-test.sd.mk
32 /lib/for-test.mk.in