Skip to content

Commit

Permalink
Ignore bake directories in project trees
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Mar 26, 2019
1 parent 95d5cfd commit 5b3b761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crawler.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ int16_t bake_crawler_crawl(
!strcmp(file, "bin") ||
!strcmp(file, "install") ||
!strcmp(file, "examples") ||
!strcmp(file, "bake") ||
!strcmp(file, ".bake_cache") ||
(p && bake_project_should_ignore(p, file)))
{
Expand Down

0 comments on commit 5b3b761

Please sign in to comment.