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.

32 lines
282 B

  1. bin
  2. obj
  3. # Compiled Object files
  4. *.slo
  5. *.lo
  6. *.o
  7. *.obj
  8. # Precompiled Headers
  9. *.gch
  10. *.pch
  11. # Compiled Dynamic libraries
  12. *.so
  13. *.dylib
  14. *.dll
  15. # Fortran module files
  16. *.mod
  17. # Compiled Static libraries
  18. *.lai
  19. *.la
  20. *.a
  21. *.lib
  22. # Executables
  23. *.exe
  24. *.out
  25. *.app