Skip to content

Commit b6be472

Browse files
gengjiawenruyadorno
authored andcommitted
tools: update gitignore for CMake
PR-URL: #37793 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent b09d032 commit b6be472

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

+9
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

0 commit comments

Comments
 (0)