From 38dd2d5a3546e1ae2c81c822603bb34c6aa95766 Mon Sep 17 00:00:00 2001 From: conor42 Date: Fri, 29 Mar 2019 00:15:59 +1000 Subject: [PATCH] Add fast-lzma2 subdirs etc to enable use of a dir junction --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 1a87183d..928a5d3d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,19 @@ *.pch *.exp *.lib + +# fast-lzma2 dir junction +C/fast-lzma2/.gitattributes +C/fast-lzma2/.gitignore +C/fast-lzma2/README.md +C/fast-lzma2/*.txt +C/fast-lzma2/lzma_dec* +C/fast-lzma2/lzma2_dec* +C/fast-lzma2/xx* +C/fast-lzma2/fl2_decompress* +C/fast-lzma2/bench +C/fast-lzma2/build +C/fast-lzma2/dll +C/fast-lzma2/doc +C/fast-lzma2/tests +C/fast-lzma2/.git \ No newline at end of file