Suppose I get myProgam executable file on Mac as a result of compiling my code like this:
myProgam
gcc -o myProgram myProgram.c
How ca
Add
myProgram
on a separate line in your .gitignore file
.gitignore