8000 tools: update gitignore for CMake · nodejs/node@e6a7980 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit e6a7980

Browse files
gengjiawentargos
authored andcommitted
tools: update gitignore for CMake
PR-URL: #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>
1 parent 66502fc commit e6a7980

Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@ tools/*/*.i.tmp
139139
# === Rules for Windows vcbuild.bat ===
140140
/temp-vcbuild
141141

142+
# === Rules for CMake ===
143+
cmake-build-debug/
144+
CMakeCache.txt
145+
CMakeFiles
146+
CTestTestfile.cmake
147+
cmake_install.cmake
148+
install_manifest.txt
149+
*.cbp
150+
142151
# === Global Rules ===
143152
# Keep last to avoid being excluded
144153
*.pyc