summaryrefslogtreecommitdiff
path: root/build-0.3/git/gitignore.make
blob: c42467aea42b40f6b1179b7b02acd6fd83b35254 (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-2010 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 $@)