osx - Is it possible to ignore a particular executable file using .gitignore? -
suppose myprogam executable file on mac result of compiling code this:
gcc -o myprogram myprogram.c how can induce .gitignore file ignore myprogram file? i'm not looking solution make separate folder executable files.
my question might seem obvious many cannot find solution online although i've searched few pages , tutorials stackoverflow resources.
i'll grateful hints.
add
myprogram on separate line in .gitignore file
Comments
Post a Comment