# ignore all * # Unignore all with extensions !*.*
# Uningnore directories !*/
# Unignore Makefiles !Makefile !makefile ### Above combination will ignore all files without extension ### # Ignore files with extension `.o` & `.mod` & `.out` *.o *.mod *.out