General Purpose library for Freestanding C++ and POSIX systems
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
466 B

4 years ago
4 years ago
2 years ago
  1. # ---> C++
  2. # Prerequisites
  3. *.d
  4. # Compiled Object files
  5. *.slo
  6. *.lo
  7. *.o
  8. *.obj
  9. # Precompiled Headers
  10. *.gch
  11. *.pch
  12. # Compiled Dynamic libraries
  13. *.so
  14. *.dylib
  15. *.dll
  16. # Fortran module files
  17. *.mod
  18. *.smod
  19. # Compiled Static libraries
  20. *.lai
  21. *.la
  22. *.a
  23. *.lib
  24. # Executables
  25. *.exe
  26. *.out
  27. *.app
  28. bin/tests
  29. default.profraw
  30. bin/tests.profdata
  31. bin/tests.profraw
  32. bin/test_n
  33. render.bmp
  34. README.html
  35. bin/tests.S
  36. bin/tests.S.zip
  37. vgcore.*
  38. doc/*
  39. .vscode/launch.json
  40. extra_tests/*/bin/tests