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.

Eagle.gitignore 475B

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