Remove binary files and prepare .gitignore
This commit is contained in:
+16
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user