Skip to content

Commit

Permalink
Merge pull request #1098 from techee/geany_ctags_fix
Browse files Browse the repository at this point in the history
Geany ctags fixes
  • Loading branch information
frlan committed Sep 29, 2021
2 parents a2f7452 + 9f6e7c9 commit ff95f4b
Show file tree
Hide file tree
Showing 3 changed files with 722 additions and 349 deletions.
2 changes: 1 addition & 1 deletion geanyctags/src/geanyctags.c
Expand Up @@ -183,7 +183,7 @@ static gchar *generate_find_string(GeanyProject *prj)
{
gchar *ret;

ret = g_strdup("find -L . -not -path '*/\\.*'");
ret = g_strdup("find -L . -not -path '*/\\.*' -type f");

if (!EMPTY(prj->file_patterns))
{
Expand Down

0 comments on commit ff95f4b

Please sign in to comment.