A programming language for manipulation of streams.
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.

50 lines
620 B

преди 5 години
преди 5 години
  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*
  38. bin/vlr