diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-04-04 09:46:19 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-04-04 09:46:19 +0200 |
commit | c8f15995b650bda9362b70d9c3e8131c73a29267 (patch) | |
tree | 08005d4eeffa2c14502a4243c2336f0352b910f0 | |
parent | b2503b916e7ff9513647e0b71b1a13ed4f126ce2 (diff) |
.gitignore: add build_*
Change-Id: I06de8e45d1fc44dcc6050ce3431a21ee14f8e8e6
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ build/ build.*/ +build_*/ CMakeCache.txt Makefile *.so |