tools: update gitignore for CMake

PR-URL: https://github.com/nodejs/node/pull/37793
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Jiawen Geng 2021-03-18 06:59:30 +00:00 committed by Ruy Adorno
parent b09d032683
commit b6be472456
No known key found for this signature in database
GPG Key ID: 97B01419BD92F80A

9
.gitignore vendored
View File

@ -139,6 +139,15 @@ tools/*/*.i.tmp
# === Rules for Windows vcbuild.bat === # === Rules for Windows vcbuild.bat ===
/temp-vcbuild /temp-vcbuild
# === Rules for CMake ===
cmake-build-debug/
CMakeCache.txt
CMakeFiles
CTestTestfile.cmake
cmake_install.cmake
install_manifest.txt
*.cbp
# === Global Rules === # === Global Rules ===
# Keep last to avoid being excluded # Keep last to avoid being excluded
*.pyc *.pyc