From 2bb0cfbf8137e02cc32aae3b36f85ef7300e8936 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 9 Jun 2018 14:29:41 +0300 Subject: Split UVC gadget into a library and test application Split the project into a UVC gadget library and a test application. To avoid rolling out a custom build system, switch to CMake. Signed-off-by: Laurent Pinchart --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8f9d710..2a36808 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ +*.a *.o +CMakeCache.txt +CMakeFiles +Makefile +cmake_install.cmake uvc-gadget -- cgit v1.2.3