.gitignore 889 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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
  31. # ---> Eclipse
  32. *.pydevproject
  33. .metadata
  34. .gradle
  35. bin/
  36. tmp/
  37. *.tmp
  38. *.bak
  39. *.swp
  40. *~.nib
  41. local.properties
  42. .settings/
  43. .loadpath
  44. # Eclipse Core
  45. .project
  46. # External tool builders
  47. .externalToolBuilders/
  48. # Locally stored "Eclipse launch configurations"
  49. *.launch
  50. # CDT-specific
  51. .cproject
  52. # JDT-specific (Eclipse Java Development Tools)
  53. .classpath
  54. # Java annotation processor (APT)
  55. .factorypath
  56. # PDT-specific
  57. .buildpath
  58. # sbteclipse plugin
  59. .target
  60. # TeXlipse plugin
  61. .texlipse