.gitignore 111 B

12345678910111213
  1. # ignoring temp json files
  2. temp_*.json
  3. # ignoring build files
  4. build/**
  5. *.out
  6. coverage.html
  7. sqlite.db
  8. *.db