.gitignore 53 B

12345678
  1. build/
  2. *.d
  3. *.o
  4. *.a
  5. *.so
  6. compile_commands.json
  7. tests