mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
For reasons see excellent paper 'Recursive Make Considered Harmful' by Peter Miller. References: http://miller.emu.id.au/pmiller/books/rmch/ Signed-off-by: Sami Kerola <kerolasa@iki.fi>
30 lines
427 B
Text
30 lines
427 B
Text
# Wildcard + in any subdir.
|
|
*.o
|
|
|
|
# Exact filename in any subdir.
|
|
.deps
|
|
.dirstamp
|
|
Makefile
|
|
Makefile.in
|
|
|
|
# Exact wildcard, e.g., not in subdirs.
|
|
/tests/*.log
|
|
/tests/*.trs
|
|
|
|
# Exact match, if a directory then everything in directory.
|
|
/.version
|
|
/aclocal.m4
|
|
/autom4te.cache/
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/dhcpd-pools
|
|
/INSTALL
|
|
/libtool
|
|
/m4/
|
|
/man/dhcpd-pools.1
|
|
/stamp-h1
|
|
/test-suite.log
|
|
/tests/outputs/
|