In the directory settings it is now possible to choose between a workbench or a git file filter. The later is new and lets git decide which files to display depending on the contents of the ```.gitignore``` file.
This also adds a new function to the utils-lib called ```gp_filelist_scan_directory_callback()```.
See this example screenshot: ![DirectorySettingsWithGitOption](https://user-images.githubusercontent.com/9009011/60295870-106e1400-9925-11e...)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/879
-- Commit Summary --
* workbench: added option to let git decide which files to display
-- File Changes --
M build/workbench.m4 (3) M utils/src/filelist.c (109) M utils/src/filelist.h (5) M workbench/README (8) M workbench/src/Makefile.am (1) M workbench/src/dialogs.c (225) M workbench/src/dialogs.h (2) M workbench/src/plugin_main.c (9) M workbench/src/popup_menu.c (2) M workbench/src/utils.c (13) M workbench/src/utils.h (1) M workbench/src/wb_project.c (318) M workbench/src/wb_project.h (9)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/879.patch https://github.com/geany/geany-plugins/pull/879.diff