From 96185af64f5e0c894e9344a4bc05e99d0fe2d07d Mon Sep 17 00:00:00 2001 From: AniLeo Date: Thu, 26 Mar 2020 20:13:53 +0000 Subject: [PATCH] .gitignore: Ignore cmake autogen libusb files Co-Authored-By: Eladash --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6ce8745c87..a7f3c2b4d9 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,7 @@ CMakeLists.txt.user # yaml-cpp yaml-cpp.pc + +# libusb +/3rdparty/libusb_cmake/config.h +/3rdparty/libusb_cmake/libusb-1.0.pc