mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
24 lines
261 B
Plaintext
24 lines
261 B
Plaintext
# 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*
|