A programming language for manipulation of streams.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

49 lignes
612 B

il y a 5 ans
  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. # ---> Linux
  29. *~
  30. # temporary files which can be created if a process still has a handle open of a deleted file
  31. .fuse_hidden*
  32. # KDE directory preferences
  33. .directory
  34. # Linux trash folder which might appear on any partition or disk
  35. .Trash-*
  36. # .nfs files are created when an open file is removed but is still being accessed
  37. .nfs*