Establish directory structure for builds and tests.

This commit is contained in:
Johannes Meyer 2013-05-31 14:15:14 +02:00
parent 5118432b82
commit 5b58c07e28
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/build/log/*
!/build/log/README

5
build/log/README Normal file
View File

@ -0,0 +1,5 @@
The purpose for this directory is to store temporary logs and
reports by test-runner, style-checkers or build-routines.
"temporary" means in this case that the contents of this directory
are completely ignored by Git.