git: ignore more build directories
authorThomas Monjalon <thomas@monjalon.net>
Sat, 14 Sep 2019 15:05:09 +0000 (17:05 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 27 Nov 2019 22:16:27 +0000 (23:16 +0100)
commit808b3fce7ed76572b16b699d2845c3e83d9f59e7
tree45a7aeb30d58bc7c2dc2e576edf5d4b6511db95a
parent505a2b0c64a7f1e087f5a8aaa6940da78c11c81b
git: ignore more build directories

Build directories commonly have compiler in their names.
In order to filter build directories not starting with "build-"
(common with make), patterns for gcc and clang are added to .gitignore.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
.gitignore