Project

General

Profile

« Previous | Next » 

Revision 768

input.Makefile: Coded svn:ignore directly in Makefile

View differences:

inputs/input.Makefile
51 51
#####
52 52

  
53 53
svn_props: _always
54
	svn propset svn:ignore "$$(svn propget svn:ignore ..)" .
54
	svn propset svn:ignore $$'.~*\n*.log\n*.out\nsrc*' .
55 55
	$(if $(wildcard test/),svn propset svn:ignore $$'*.out\n*.xml' test)
56 56

  
57 57
#####

Also available in: Unified diff