blob: 931d2cd13c69a4b7a5b8fafe597f6362bc9d20f3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : build/git/gitignore.make
# 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 $@)
|