1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Ignore CMake build directories.

This commit is contained in:
Bartosz Taudul
2024-07-12 17:11:27 +02:00
parent 1458a6ab23
commit 521e371c60
4 changed files with 6 additions and 7 deletions
+2
View File
@@ -52,3 +52,5 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-eliminate-unused-debug-types")
endif()
endif()
file(GENERATE OUTPUT .gitignore CONTENT "*")