[.gitignore]: update inclusion of dbg files
* Remove pattern '*dbg*' and replaced with '*-dbg' and '*dbg.j2' Signed-off-by: Lawrence Lee <t-lale@microsoft.com>
This commit is contained in:
parent
e10ec8c5f5
commit
a0c740b2f9
3
.gitignore
vendored
3
.gitignore
vendored
@ -12,7 +12,8 @@ target/
|
|||||||
*.tar
|
*.tar
|
||||||
*.xz
|
*.xz
|
||||||
*.gz
|
*.gz
|
||||||
*dbg*
|
*-dbg
|
||||||
|
*dbg.j2
|
||||||
*.img
|
*.img
|
||||||
|
|
||||||
# Subdirectories in src
|
# Subdirectories in src
|
||||||
|
Loading…
Reference in New Issue
Block a user