Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiawen Geng <technicalcute@gmail.com>2021-03-18 09:59:30 +0300
committerMichaël Zasso <targos@protonmail.com>2021-05-01 13:25:25 +0300
commite6a79802d33bf0bf511024a79118cd7cf8ddf54d (patch)
tree29d293e77a4eeea5d6c178279025fad75d48c589 /.gitignore
parent66502fc1863bd281e4aee51073e9c3260ac86dcd (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c5ae6ea68d8..f2d8c226a69 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