Skip to content

Commit

Permalink
gitignore: also exclude sources directory when it's a symlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksl committed Jun 9, 2017
1 parent 69b4d6d commit 07d4eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!/meta-openpli/
!/meta-local/
/openembedded-core/
/sources/
/sources
/meta-local/recipes-local/
!/meta-local/recipes-local/my-image.bb
*.swp
Expand Down

0 comments on commit 07d4eed

Please sign in to comment.