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

Popular posts from this blog

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - No viable overloaded operator for references a map -