Skip to content

Commit d4028ba

Browse files
committed
Fix CI: Remove build artifacts and untrack library sources to force fresh clone
1 parent 92fa12a commit d4028ba

92 files changed

Lines changed: 34 additions & 11461 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: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Build directories
2+
build/
3+
build_*/
4+
5+
# Compiled Object files
6+
*.o
7+
*.a
8+
*.so
9+
*.dylib
10+
*.dll
11+
*.exe
12+
13+
# CMake
14+
CMakeCache.txt
15+
CMakeFiles/
16+
cmake_install.cmake
17+
Makefile
18+
*.cmake
19+
!CMakeLists.txt
20+
21+
# Editor / IDE
22+
.vscode/
23+
.idea/
24+
*.swp
25+
*.swo
26+
*~
27+
.DS_Store
28+
29+
# Allocator specific (exclude the source dirs if they are submodules, but here they seem to be cloned)
30+
# We want to ignore build artifacts inside allocators
31+
allocators/*/out/
32+
allocators/*/bin/
33+
allocators/*/lib/
34+
allocators/*/obj/

Makefile

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

allocators/jemalloc/jemalloc_src

Lines changed: 0 additions & 1 deletion
This file was deleted.

allocators/mimalloc/mimalloc_src

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/allocator.o

-9.38 KB
Binary file not shown.
-98.4 KB
Binary file not shown.

build/src/harness/main_bench.o

-37.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)