Remove binary files and prepare .gitignore

This commit is contained in:
Christos Choutouridis 2020-04-15 15:56:25 +03:00
부모 fb39a2633b
커밋 7e9b96b129
12개의 변경된 파일16개의 추가작업 그리고 1개의 파일을 삭제

17
.gitignore vendored
파일 보기

@ -1,6 +1,21 @@
*/bin/*
# Eclipse project excludes
*.project
*.classpath
*.pdf
*.doc
# Output excludes
bin/
doc/
# matlab excludes
*.m~
# LaTeX excludes
*.aux
*.lof
*.toc
*.gz
*.out
*.lot
report/**/*.log

Binary file not shown.

Binary file not shown.

Binary file not shown.