GNOME Bugzilla – Bug 780678
Don't show TODOs from .flatpak-builder
Last modified: 2017-03-29 18:01:19 UTC
When building an application with Flatpak, the Todo tab is filed with todos from the .flatpak-builder/cache/objects directory that I don't want to see.
Mmmh… adding .flatpak-builder to .gitignore does the trick. Maybe we don't need to make a special case just for it.
Created attachment 348938 [details] [review] todo: Ignore .flatpak-builder/ and .git/ Don't grep inside .flatpak-builder/ or .git/ when looking for TODO comments as it's a waste of resources and not what the user wants. If the user puts .flatpak-builder in their .gitignore the results will be ignored anyway but at least this way we don't waste the effort.
Review of attachment 348938 [details] [review]: Oh interesting, I had this on a branch and forgot to merge to master. Go ahead and push this.
(Seems fine to push this to gnome-builder-3-24 too)
Pushed as commit 2d03f33ca95523a50f9ce7ca7aa081fe70ce8d3e