.gitignore 70 B

123456789
  1. # binaries
  2. out/
  3. # unit test binaries
  4. *.test
  5. # temporary files
  6. temp/