# # Rename this file to '.gitignore' (without quotes) or '.gitignore.' on Windows. # Place it into your git repository *before* adding any files to your project. # # Ignore all * # Unignore matlab files !*.m # Unignore markdown files !*.md # Unignore subdirectories !*/ # Unignore makefiles !Makefile !makefile # Unignore .gitignore !.gitignore