Hi,
I often receive information from git diff that markdown/peg-markdown/markdown_parser.c from the markdown plugin is either deleted or modified. It's 1st line reads:
/* A recursive-descent parser generated by peg 0.1.9 */
Shouldn't that file be in .gitignore?
On 13-04-25 11:07 AM, Dimitar Zhekov wrote:
Hi,
I often receive information from git diff that markdown/peg-markdown/markdown_parser.c from the markdown plugin is either deleted or modified. It's 1st line reads:
/* A recursive-descent parser generated by peg 0.1.9 */
Shouldn't that file be in .gitignore?
Yeah, if it's all working with Waf now (which IIRC it is).
Also, since you brought it up, there's `webhelper/src/gwh-enum-types.[ch]` in geany-plugins and several files in Geany core that should not be checked in :)
I'll fix the Markdown one shortly.
Cheers, Matthew Brush