Mirror of espurna firmware for wireless switches and more
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
353 B

7 years ago
7 years ago
7 years ago
  1. *.b#?
  2. *.gch
  3. *.py[cod]
  4. *.s#?
  5. .DS_Store
  6. .clang_complete
  7. .env
  8. .gcc-flags.json
  9. .modgit
  10. .pio
  11. .python
  12. .python-version
  13. .sconsign.dblite
  14. .vscode
  15. .vscode/.browse.c_cpp.db*
  16. .vscode/c_cpp_properties.json
  17. .vscode/launch.json
  18. _pycache_/
  19. code/.cache/
  20. code/espurna/config/custom.h
  21. code/libraries/
  22. code/node_modules
  23. code/test/unit/cache
  24. compile_commands.json
  25. firmware*