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.
|
- # Eclipse project excludes
- *.project
- *.classpath
- *.pdf
- *.doc
-
- # Output excludes
- bin/
- doc/
- out/
-
- # matlab excludes
- *.m~
-
- # LaTeX excludes
- *.aux
- *.lof
- *.toc
- *.gz
- *.out
- *.lot
- report/**/*.log
-
- # include report outputs
- !report/report.pdf
- !report/session*.pdf
- !report/source.pdf
|