How do you add linux executable files to .gitignore without giving them an explicit extension and without placing them in a specific or /bin directory? Most are named the sa
Can you ignore all, but source code files?
For example:
* !*.c !Makefile