From: Ferry Huberts Signed-off-by: Ferry Huberts --- .gitignore | 4 +--- BUILDING | 6 ++++++ build/.gitignore | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 BUILDING create mode 100644 build/.gitignore diff --git a/.gitignore b/.gitignore index 85d9ac7..d59b9da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/build - -hessian/build/ \ No newline at end of file +hessian/build/ diff --git a/BUILDING b/BUILDING new file mode 100644 index 0000000..1eae33e --- /dev/null +++ b/BUILDING @@ -0,0 +1,6 @@ +To build: + +cd build +cmake .. +make + diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..a68d087 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,2 @@ +/* +!/.gitignore -- 1.7.10.2