Network programming assignment for University
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

28 行
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