aboutsummaryrefslogtreecommitdiff
path: root/build/git/gitignore.make
blob: 2df94d2150d56a454418ddb2f665a4a946cfe7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : build/git/gitignore.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

$(out_base)/.gitignore:
	@$(bld_root)/git/gitignore $(files) >$@

.PHONY: $(out_base)/.gitignore.clean
$(out_base)/.gitignore.clean:
	@rm -f $(basename $@)