.gitignore 485 B

12345678910111213141516171819202122232425262728293031323334
  1. *.ewd
  2. *.eww
  3. *.ewt
  4. *.dep
  5. *.tmp
  6. *.sw?
  7. .gdb_history
  8. /projects/iar/Debug/
  9. /projects/iar/settings/
  10. /build/
  11. /docs/test/
  12. tracefile.bin
  13. fsdata.c
  14. # Web
  15. /web_interface/node_modules
  16. #/web_interface/dist/wui
  17. #/web_interface/dist/upload
  18. /web_interface/*.sublime-workspace
  19. #lwip_patch_lib
  20. /thirdparty/lwip_patched
  21. #output
  22. /output/
  23. #web_server
  24. /modules/HTTP_Server/bt6703_fs
  25. /modules/HTTP_Server/bt6707_fs
  26. /modules/HTTP_Server/bt6709_fs
  27. /iap/Modules/Ethernet