added cmake build artificats to gitignore
This commit is contained in:
+7
-1
@@ -66,11 +66,17 @@ BACnet_BDT_table
|
|||||||
address_cache
|
address_cache
|
||||||
**/build/*
|
**/build/*
|
||||||
**/_build/*
|
**/_build/*
|
||||||
CMakeLists.txt.user
|
|
||||||
**/out/*
|
**/out/*
|
||||||
Obj/
|
Obj/
|
||||||
Release/
|
Release/
|
||||||
|
|
||||||
|
# cmake artifacts
|
||||||
|
CMakeLists.txt.user
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles/
|
||||||
|
cmake_install.cmake
|
||||||
|
CTestTestfile.cmake
|
||||||
|
|
||||||
/twister-out/*
|
/twister-out/*
|
||||||
/test/build/
|
/test/build/
|
||||||
/cmake-build-*
|
/cmake-build-*
|
||||||
|
|||||||
Reference in New Issue
Block a user