aboutsummaryrefslogtreecommitdiff
path: root/build/git/gitignore.make
blob: a743f013cca5476e33a7c07bed4b9c3d9bd7c097 (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-2011 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 $@)