littlefs/.gitignore
Christopher Haster b06ce54279 Migrated the bulk of the feature-specific tests
This involved some minor tweaks for the various types of tests, added
predicates to the test framework (necessary for test_entries and
test_alloc), and cleaned up some of the testing semantics such as
reporting how many tests are filtered, showing permutation config on
the result screen, and properly inheriting suite config in cases.
2020-01-12 22:21:09 -06:00

11 lines
86 B
Plaintext

# Compilation output
*.o
*.d
*.a
# Testing things
blocks/
lfs
test.c
tests_/*.toml.*