Remove binary files and prepare .gitignore

This commit is contained in:
Christos Choutouridis 2020-04-15 15:56:25 +03:00
parent fb39a2633b
commit 7e9b96b129
12 changed files with 16 additions and 1 deletions

17
.gitignore vendored
View File

@ -1,6 +1,21 @@
*/bin/* # Eclipse project excludes
*.project *.project
*.classpath *.classpath
*.pdf *.pdf
*.doc *.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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.