From 58f5ddeb6181bc8015b8a3e55e76d69cd32751f4 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Wed, 6 Feb 2019 02:04:49 -0500 Subject: gitignore: replace all entries by build directory The official build instructions mandate usage of out-of-tree builds in the build subdirectory. Replace the list of generated files in .gitignore with just the build directory. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart [Remove all other .gitignore entries] Signed-off-by: Laurent Pinchart --- .gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2a36808..378eac2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -*.a -*.o -CMakeCache.txt -CMakeFiles -Makefile -cmake_install.cmake -uvc-gadget +build -- cgit v1.2.3