Network programming assignment for University
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

28 satır
273 B

  1. # Eclipse project excludes
  2. *.project
  3. *.classpath
  4. *.pdf
  5. *.doc
  6. # Output excludes
  7. bin/
  8. doc/
  9. out/
  10. # matlab excludes
  11. *.m~
  12. # LaTeX excludes
  13. *.aux
  14. *.lof
  15. *.toc
  16. *.gz
  17. *.out
  18. *.lot
  19. report/**/*.log
  20. # include report outputs
  21. !report/report.pdf
  22. !report/session*.pdf
  23. !report/source.pdf