mirror of
https://gitee.com/openharmony/third_party_littlefs
synced 2024-11-23 06:50:37 +00:00
9bb47943d7
Signed-off-by: JKANG94 <446326515@qq.com>
35 lines
385 B
Plaintext
35 lines
385 B
Plaintext
# Compilation output
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.ci
|
|
*.csv
|
|
*.t.*
|
|
*.b.*
|
|
*.gcno
|
|
*.gcda
|
|
*.perf
|
|
lfs
|
|
liblfs.a
|
|
|
|
# Testing things
|
|
runners/test_runner
|
|
runners/bench_runner
|
|
lfs.code.csv
|
|
lfs.data.csv
|
|
lfs.stack.csv
|
|
lfs.structs.csv
|
|
lfs.cov.csv
|
|
lfs.perf.csv
|
|
lfs.perfbd.csv
|
|
lfs.test.csv
|
|
lfs.bench.csv
|
|
|
|
# Misc
|
|
tags
|
|
.gdb_history
|
|
scripts/__pycache__
|
|
|
|
# Historical, probably should remove at some point
|
|
tests/*.toml.*
|