dhcpd-pools/.gitignore
Sami Kerola 30238e9d1c build-sys: use non-recursive build
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>
2013-04-24 22:46:04 +01:00

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/