Network programming assignment for University
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.
 
 
 
 

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