mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-02 11:57:17 +03:00
23 lines
261 B
Text
23 lines
261 B
Text
# 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*
|