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
committergengjiawen <technicalcute@gmail.com>2021-03-20 18:01:39 +0300
commitd08ea01497abe9a17ea47f8b98783788fc08fecc (patch)
tree34785979ad3b09312d0dc5054f434fe71306a876 /.gitignore
parente427c487fe3f7da465c372ade3d65bd55b057e30 (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