diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-02-26 20:06:10 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-02-26 20:06:10 +0800 |
commit | eb8ad59e9bab32a8d655796afd39597ea6dcc64d (patch) | |
tree | 34ff3ca68cd8c6107f712e4eaf9af2005c3dd265 /.gitignore | |
parent | Tests: Correct license header in test_microlzma.c. (diff) | |
download | xz-eb8ad59e9bab32a8d655796afd39597ea6dcc64d.tar.xz |
Tests: Add test_microlzma to .gitignore and CMakeLists.txt.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ coverage /tests/test_index /tests/test_index_hash /tests/test_lzip_decoder +/tests/test_microlzma /tests/test_memlimit /tests/test_stream_flags /tests/test_vli |