.gitignore 487 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Created by https://www.gitignore.io/api/c++
  2. ### C++ ###
  3. # Prerequisites
  4. *.d
  5. # Compiled Object files
  6. *.slo
  7. *.lo
  8. *.o
  9. *.obj
  10. # Precompiled Headers
  11. *.gch
  12. *.pch
  13. # Compiled Dynamic libraries
  14. *.so
  15. *.dylib
  16. *.dll
  17. # Fortran module files
  18. *.mod
  19. *.smod
  20. # Compiled Static libraries
  21. *.lai
  22. *.la
  23. *.a
  24. *.lib
  25. # Executables
  26. *.exe
  27. *.out
  28. *.app
  29. # End of https://www.gitignore.io/api/c++
  30. # Files and folders created after the run of the benchmarks
  31. results/*
  32. charts/*
  33. plot/*
  34. time-and-save.sh
  35. SmartPower