Remove binary files and prepare .gitignore
This commit is contained in:
parent
fb39a2633b
commit
7e9b96b129
17
.gitignore
vendored
17
.gitignore
vendored
@ -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
|
||||||
|
BIN
VirtualModem.jar
BIN
VirtualModem.jar
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.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user