Remove binary files and prepare .gitignore

This commit is contained in:
2020-04-15 15:56:25 +03:00
parent fb39a2633b
commit 7e9b96b129
12 changed files with 16 additions and 1 deletions
+16 -1
View File
@@ -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