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.

Fortran 270B

1234567891011121314151617181920212223242526272829303132
  1. # Prerequisites
  2. *.d
  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. *.smod
  18. # Compiled Static libraries
  19. *.lai
  20. *.la
  21. *.a
  22. *.lib
  23. # Executables
  24. *.exe
  25. *.out
  26. *.app