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.

53 lines
877 B

5 months ago
  1. # ---> Ada
  2. # Object file
  3. *.o
  4. # Ada Library Information
  5. *.ali
  6. # ---> Agda
  7. *.agdai
  8. MAlonzo/**
  9. # ---> Actionscript
  10. # Build and Release Folders
  11. bin-debug/
  12. bin-release/
  13. [Oo]bj/
  14. [Bb]in/
  15. # Other files and folders
  16. .settings/
  17. # Executables
  18. *.swf
  19. *.air
  20. *.ipa
  21. *.apk
  22. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  23. # should NOT be excluded as they contain compiler settings and other important
  24. # information for Eclipse / Flash Builder.
  25. # ---> AltiumDesigner
  26. # For PCBs designed using Altium Designer
  27. # Website: https://www.altium.com/altium-designer/
  28. # Directories containing cache data
  29. History
  30. __Previews
  31. # Directories containing logs and generated outputs
  32. Project\ Logs*
  33. Project\ Outputs*
  34. # Misc files generated by altium
  35. debug.log
  36. Status\ Report.txt
  37. *.PcbDoc.htm
  38. *.SchDocPreview
  39. *.PcbDocPreview
  40. # Lock files sometimes left behind
  41. .~lock.*