1# file      : build/git/gitignore.make
2# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
3# license   : GNU GPL v2; see accompanying LICENSE file
4
5$(out_base)/.gitignore:
6	@$(bld_root)/git/gitignore $(files) >$@
7
8.PHONY: $(out_base)/.gitignore.clean
9$(out_base)/.gitignore.clean:
10	@rm -f $(basename $@)
11