Skip to content

Commit 8fdceef

Browse files
committed
.gitignore: add support for an extra level of folders
Generated files can potentially be location in a subsfolder of the platform folder. Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent 97b9e9c commit 8fdceef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
platforms/*/*.xml
2-
platforms/*/*.bin
1+
platforms/**/*.xml
2+
platforms/**/*.bin

0 commit comments

Comments
 (0)