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
b09d032683
commit
b6be472456
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user