mirror of
https://github.com/supleed2/EIE4-FYP.git
synced 2024-12-22 22:25:50 +00:00
Add docs output folder to .gitignore
This commit is contained in:
parent
1078beaaab
commit
4b0d1101ab
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
/.vscode/
|
/.vscode/
|
||||||
/build/
|
/build/
|
||||||
|
/docs/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
demo/*.o
|
demo/*.o
|
||||||
demo/*.d
|
demo/*.d
|
||||||
|
|
Loading…
Reference in a new issue