chiark / gitweb /
subdirmk: Suppress MAKEFILE_TEMPLATES when running `make clean'
[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 *.tmp
26
27 #----- For our tests -----
28 /build
29 /src/for-test.sd.mk
30 /lib/for-test.mk.in