Skip to content

Commit 6a0c398

Browse files
clean the dirent
1 parent 323c7c9 commit 6a0c398

425 files changed

Lines changed: 20 additions & 44482 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# AI
22
.claude
3+
4+
# Build directories
5+
build/
6+
**/build/
7+
*.build/
8+
9+
# CMake
10+
CMakeCache.txt
11+
CMakeFiles/
12+
cmake_install.cmake
13+
Makefile
14+
*.cmake
15+
!CMakeLists.txt
16+
17+
# Compiled binaries
18+
*.o
19+
*.a
20+
*.so
21+
*.exe
22+
*.out

codes_and_assets/examples/chapter02/01_zero_overhead/build/CMakeCache.txt

Lines changed: 0 additions & 347 deletions
This file was deleted.

0 commit comments

Comments
 (0)