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.

38 lines
507 B

8 years ago
  1. # Compiled files, executables
  2. *.o
  3. *.a
  4. *.exe
  5. *.out
  6. *.app
  7. # Junk
  8. *.orig
  9. *.log
  10. *.bak
  11. # IDE project files
  12. .cproject
  13. .project
  14. .settings
  15. .pioenvs
  16. .piolibdeps
  17. .pio/*
  18. .clang_complete
  19. .gcc-flags.json
  20. platformio.ini
  21. lib/readme.txt
  22. include/readme.txt
  23. .vscode/*
  24. .vscode/.browse.c_cpp.db*
  25. .vscode/c_cpp_properties.json
  26. .vscode/launch.json
  27. # Markers
  28. .development
  29. # Extras
  30. extras/docs/*
  31. extras/Module Datasheets/*
  32. extras/Older Command Manuals/*
  33. extras/Older Command Manuals/*
  34. extras/At Command Manuals - Unsupported/*