From ebaf68aa14afbbdf9d8438d0c09aabc33ce00311 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 23 Aug 2017 22:23:57 +0200 Subject: [PATCH] comment about changed/additional files --- .gitignore | 14 ++++++++++++++ README.md | 5 +++++ 2 files changed, 19 insertions(+) diff --git a/.gitignore b/.gitignore index 0182b14..580b093 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,20 @@ Thumbs.db CMakeCache.txt CMakeFiles/ +*.cmake +libtbb.dylib +libtbb.so +libtbb_static.a +libtbbmalloc.dylib +libtbbmalloc.so +libtbbmalloc_proxy.dylib +libtbbmalloc_proxy.so +libtbbmalloc_proxy_static.a +libtbbmalloc_static.a +tbb.def +tbbmalloc.def +version_string.ver + # Other # ######### .clang_complete diff --git a/README.md b/README.md index ddf9a13..ee8c13c 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,8 @@ and software information. Note: Intel, Thread Building Blocks, and TBB are either registered trademarks or trademarks of Intel Corporation in the United States and/or other countries. + +The CMake build contains the following additional/changed files that are not +part of the regular release: ``build/mingw_cross_toolchain.cmake``, +``build/version_string.ver.in``, ``.gitignore`` (modified), ``README.md`` (this +file), and ``Makefile.old`` (renamed from ``Makefile``).