mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
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:
parent
e427c487fe
commit
d08ea01497
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user