From 5b58c07e287ca2771d39ed6a8bd7f65b81961447 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 31 May 2013 14:15:14 +0200 Subject: [PATCH] Establish directory structure for builds and tests. --- .gitignore | 2 ++ build/log/README | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 build/log/README diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..a7cd8c99e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/build/log/* +!/build/log/README diff --git a/build/log/README b/build/log/README new file mode 100644 index 000000000..64e8e2a0f --- /dev/null +++ b/build/log/README @@ -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.