diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-22 11:17:09 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-22 11:24:40 +0200 |
commit | 844108e91808f658b99259f888122674cc1b9c61 (patch) | |
tree | 1680458b0088feaa4145e3804c6c48206b1c7fae /.gitignore | |
parent | 30b321a440472b99efc5480a0b76fa50def4cc08 (diff) |
.gitignore: ignore build with wildcard
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -/build/ +/build*/ /nbproject/private |