Hi there,
We have to ignore the src/parser/parser binary file in gitignore.
This is what git status i see while I'm developing:
[max@workstation One]$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: src/input.one
modified: src/parser/parser
modified: src/parser/parser.c
no changes added to commit (use "git add" and/or "git commit -a")