From b3b2bd2721e389e8392d1764ecd322ffe98ac0d9 Mon Sep 17 00:00:00 2001 From: Jehan Date: Tue, 9 Nov 2021 14:25:16 +0100 Subject: [PATCH] gitignore: I forgot the 2 executables (CLI tool and test binary). --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index e4b8344..a7bb970 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,14 @@ src/version.script src/libuchardet.a src/libuchardet.so* +src/tools/uchardet +test/uchardet-tests + +# For Windows (untested) src/libuchardet.dll + +src/tools/uchardet.exe +test/uchardet-tests.exe + +# For macOS (untested) src/libuchardet.dylib