gitignore now works also on subfolders

This commit is contained in:
yair reshef 2015-01-28 11:53:11 +02:00
parent 6946e5b028
commit c390a95382

44
.gitignore vendored
View File

@ -1,9 +1,9 @@
# Ignore list for Eagle, a PCB layout tool
# Backup files
*.s#?
*.b#?
*.l#?
**/*.s#?
**/*.b#?
**/*.l#?
# Eagle project file
# It contains a serial number and references to the file structure
@ -12,26 +12,26 @@
eagle.epf
# CAM files
*.$$$
*.cmp
*.ly2
*.l15
*.sol
*.plc
*.stc
*.sts
*.crc
*.crs
**/*.$$$
**/*.cmp
**/*.ly2
**/*.l15
**/*.sol
**/*.plc
**/*.stc
**/*.sts
**/*.crc
**/*.crs
*.dri
*.drl
*.gpi
*.pls
**/*.dri
**/*.drl
**/*.gpi
**/*.pls
*.drd
*.drd.*
**/*.drd
**/*.drd.*
*.info
**/*.info
*.eps
*.pro
**/*.eps
**/*.pro