forked from github/gitignore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request github#413 from mibe/eagle
Eagle
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# 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 |