.gitignore 415 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # ---> Eagle
  2. # Ignore list for Eagle, a PCB layout tool
  3. # Backup files
  4. *.s#?
  5. *.b#?
  6. *.l#?
  7. # Eagle project file
  8. # It contains a serial number and references to the file structure
  9. # on your computer.
  10. # comment the following line if you want to have your project file included.
  11. eagle.epf
  12. # CAM files
  13. *.$$$
  14. *.cmp
  15. *.ly2
  16. *.l15
  17. *.sol
  18. *.plc
  19. *.stc
  20. *.sts
  21. *.crc
  22. *.crs
  23. *.dri
  24. *.drl
  25. *.gpi
  26. *.pls
  27. *.drd
  28. *.drd.*
  29. *.info
  30. *.eps