.gitignore 118B

12345
  1. # Ignore everything in this directory except this file
  2. # This directory is where finished binaries go.
  3. *
  4. !.gitignore