make ignore now configures the sv:ignore property.

This commit is contained in:
Roy Marples
2008-12-04 12:38:23 +00:00
parent 2c98c5326a
commit 38e6c9ba5c
9 changed files with 11 additions and 15 deletions

View File

@@ -1,15 +0,0 @@
# rules to make .gitignore files
# Copyright 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
IGNOREFILES+= ${CLEANFILES}
.PHONY: .gitignore
.gitignore:
@if test -n "${IGNOREFILES}"; then \
echo "Ignoring ${IGNOREFILES}"; \
echo ${IGNOREFILES} | tr ' ' '\n' > .gitignore; \
fi
gitignore: .gitignore