mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
Adding trace analysis in preparation for page allocator microbenchmark.
This commit is contained in:
23
test/stress/pa/.gitignore
vendored
Normal file
23
test/stress/pa/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Ignore executable files
|
||||
pa_microbench
|
||||
pa_data_preprocessor
|
||||
|
||||
# Ignore object files
|
||||
*.o
|
||||
*.d
|
||||
|
||||
# Ignore temporary and backup files
|
||||
*~
|
||||
*.tmp
|
||||
*.bak
|
||||
|
||||
# Ignore compiled output files
|
||||
*.out
|
||||
|
||||
# Keep source files and documentation
|
||||
!*.c
|
||||
!*.cpp
|
||||
!*.h
|
||||
!*.md
|
||||
!*.sh
|
||||
!Makefile*
|
||||
Reference in New Issue
Block a user