.gitignore 152 B

1234567891011121314
  1. #*
  2. *.sublime-*
  3. *~
  4. .#*
  5. .project
  6. .settings
  7. **/.idea/
  8. **/*.iml
  9. /examples/bolt/boltsmat-fuzz.zip
  10. /examples/bolt/workdir/
  11. .DS_Store
  12. coverage.out
  13. *.test
  14. tags