diff options
author | Yann Collet <cyan@fb.com> | 2016-10-21 16:49:30 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2016-10-21 16:49:30 (GMT) |
commit | 7e112cfa5cd3dfb6d6df97e31c5d68bff4ec0713 (patch) | |
tree | f6c91975bbfb25747a8c096478660b398d8e8a74 /programs | |
parent | e64a926924e31ce16d4de05a810bb2cef8624fa2 (diff) | |
download | lz4-7e112cfa5cd3dfb6d6df97e31c5d68bff4ec0713.zip lz4-7e112cfa5cd3dfb6d6df97e31c5d68bff4ec0713.tar.gz lz4-7e112cfa5cd3dfb6d6df97e31c5d68bff4ec0713.tar.bz2 |
fixes static compilation under Windows (#246)
Diffstat (limited to 'programs')
-rw-r--r-- | programs/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/programs/.gitignore b/programs/.gitignore index 7110922..df3423e 100644 --- a/programs/.gitignore +++ b/programs/.gitignore @@ -13,3 +13,6 @@ fuzzer32 # tests files tmp* + +# artefacts +*.dSYM |