diff options
author | Yann Collet <cyan@fb.com> | 2018-09-05 00:37:56 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2018-09-05 00:45:51 (GMT) |
commit | 943fa6244a3985541bc93250d35ea4f4517fb266 (patch) | |
tree | f6e992bec3fa448c3d88725a01a20f79097de30b /tests/.gitignore | |
parent | d2d566097031e5119980eb5ebbfa47023bc33c55 (diff) | |
download | lz4-943fa6244a3985541bc93250d35ea4f4517fb266.zip lz4-943fa6244a3985541bc93250d35ea4f4517fb266.tar.gz lz4-943fa6244a3985541bc93250d35ea4f4517fb266.tar.bz2 |
fix minor cast warning for C++ compilation
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 58947f7..9aa42a0 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,5 +1,5 @@ -# test build artefacts +# build artefacts datagen frametest frametest32 @@ -14,3 +14,6 @@ checkTag # test artefacts tmp* versionsTest + +# local tests +afl |