Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
720 additions
and 0 deletions.
- +44 −0 .gitignore
- +674 −0 LICENSE
- +2 −0 README.md
@@ -0,0 +1,44 @@ | ||
# 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 | ||
|
||
# Autorouter files | ||
*.pro | ||
*.job | ||
|
||
# CAM files | ||
*.$$$ | ||
*.cmp | ||
*.ly2 | ||
*.l15 | ||
*.sol | ||
*.plc | ||
*.stc | ||
*.sts | ||
*.crc | ||
*.crs | ||
|
||
*.dri | ||
*.drl | ||
*.gpi | ||
*.pls | ||
|
||
*.drd | ||
*.drd.* | ||
|
||
*.info | ||
|
||
*.eps | ||
|
||
# file locks introduced since 7.x | ||
*.lck | ||
|
Oops, something went wrong.