From 2610bf62ef76f4120a5f76dd0e5eb1e51538b41b Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Thu, 29 Nov 2018 15:29:54 +0100 Subject: Backport of audio documentation from master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documentation was available only on master. New documentation website is now by branch, so documentation should be available on both branches. Bug: SPEC-1993 Change-Id: I55484d5c1f28ae1e7fa927533b3dd862a03ed207 Signed-off-by: Loïc Collignon --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6f399d6..e20b1ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/ +build.*/ CMakeCache.txt Makefile *.so -- cgit