Skip to content

Commit

Permalink
[.gitignore]: update inclusion of dbg files
Browse files Browse the repository at this point in the history
* Remove pattern '*dbg*' and replaced with '*-dbg' and '*dbg.j2'

Signed-off-by: Lawrence Lee <[email protected]>
  • Loading branch information
Lawrence Lee committed May 24, 2019
1 parent e10ec8c commit a0c740b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ target/
*.tar
*.xz
*.gz
*dbg*
*-dbg
*dbg.j2
*.img

# Subdirectories in src
Expand Down

0 comments on commit a0c740b

Please sign in to comment.