Skip to content

Commit b47fa00

Browse files
committed
chore: add cmake-build-*/, CMake artifacts to .gitignore
1 parent 5effacf commit b47fa00

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Build
22
build/
3+
cmake-build-*/
34
*.o
45
*.so
56
*.a
67
*.dylib
78

9+
# CMake
10+
CMakeCache.txt
11+
CMakeFiles/
12+
cmake_install.cmake
13+
Makefile
14+
compile_commands.json
15+
CMakeUserPresets.json
16+
817
# CUDA
918
*.cubin
1019
*.fatbin

0 commit comments

Comments
 (0)