From dafa4c63589bc452c362505ab0c5879b139be63e Mon Sep 17 00:00:00 2001 From: flederwiesel Date: Mon, 11 Nov 2019 10:03:06 +0100 Subject: [PATCH] Add libzoneinfo.{dll,so} and zonedetect.o to '.gitignore'. --- library/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 library/.gitignore diff --git a/library/.gitignore b/library/.gitignore new file mode 100644 index 0000000..1a8a64e --- /dev/null +++ b/library/.gitignore @@ -0,0 +1,3 @@ +libzonedetect.dll +libzonedetect.so +zonedetect.o