1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- # ---> Eagle
- # Ignore list for Eagle, a PCB layout tool
- # Backup files
- *.s#?
- *.b#?
- *.l#?
- # Eagle project file
- # It contains a serial number and references to the file structure
- # on your computer.
- # comment the following line if you want to have your project file included.
- eagle.epf
- # CAM files
- *.$$$
- *.cmp
- *.ly2
- *.l15
- *.sol
- *.plc
- *.stc
- *.sts
- *.crc
- *.crs
- *.dri
- *.drl
- *.gpi
- *.pls
- *.drd
- *.drd.*
- *.info
- *.eps
- # ---> Eclipse
- *.pydevproject
- .metadata
- .gradle
- bin/
- tmp/
- *.tmp
- *.bak
- *.swp
- *~.nib
- local.properties
- .settings/
- .loadpath
- # Eclipse Core
- .project
- # External tool builders
- .externalToolBuilders/
- # Locally stored "Eclipse launch configurations"
- *.launch
- # CDT-specific
- .cproject
- # JDT-specific (Eclipse Java Development Tools)
- .classpath
- # Java annotation processor (APT)
- .factorypath
- # PDT-specific
- .buildpath
- # sbteclipse plugin
- .target
- # TeXlipse plugin
- .texlipse
|