LKJ中间件
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.

34 lines
272 B

2 months ago
2 months ago
2 months 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. # Fortran module files
  16. *.mod
  17. *.smod
  18. # Compiled Static libraries
  19. *.lai
  20. *.la
  21. *.a
  22. # Executables
  23. *.exe
  24. *.out
  25. *.app