From e6a79802d33bf0bf511024a79118cd7cf8ddf54d Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Thu, 18 Mar 2021 06:59:30 +0000 Subject: [PATCH] tools: update gitignore for CMake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/37793 Reviewed-By: Antoine du Hamel Reviewed-By: Colin Ihrig Reviewed-By: Michaƫl Zasso Reviewed-By: James M Snell --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index c5ae6ea68d82fa..f2d8c226a698f1 100644 --- a/.gitignore +++ b/.gitignore @@ -139,6 +139,15 @@ tools/*/*.i.tmp # === Rules for Windows vcbuild.bat === /temp-vcbuild +# === Rules for CMake === +cmake-build-debug/ +CMakeCache.txt +CMakeFiles +CTestTestfile.cmake +cmake_install.cmake +install_manifest.txt +*.cbp + # === Global Rules === # Keep last to avoid being excluded *.pyc