mirror of
https://github.com/telavivmakers/at-tami.git
synced 2024-05-25 11:56:54 +03:00
gitignore now works also on subfolders
This commit is contained in:
parent
6946e5b028
commit
c390a95382
44
.gitignore
vendored
44
.gitignore
vendored
|
@ -1,9 +1,9 @@
|
||||||
# Ignore list for Eagle, a PCB layout tool
|
# Ignore list for Eagle, a PCB layout tool
|
||||||
|
|
||||||
# Backup files
|
# Backup files
|
||||||
*.s#?
|
**/*.s#?
|
||||||
*.b#?
|
**/*.b#?
|
||||||
*.l#?
|
**/*.l#?
|
||||||
|
|
||||||
# Eagle project file
|
# Eagle project file
|
||||||
# It contains a serial number and references to the file structure
|
# It contains a serial number and references to the file structure
|
||||||
|
@ -12,26 +12,26 @@
|
||||||
eagle.epf
|
eagle.epf
|
||||||
|
|
||||||
# CAM files
|
# CAM files
|
||||||
*.$$$
|
**/*.$$$
|
||||||
*.cmp
|
**/*.cmp
|
||||||
*.ly2
|
**/*.ly2
|
||||||
*.l15
|
**/*.l15
|
||||||
*.sol
|
**/*.sol
|
||||||
*.plc
|
**/*.plc
|
||||||
*.stc
|
**/*.stc
|
||||||
*.sts
|
**/*.sts
|
||||||
*.crc
|
**/*.crc
|
||||||
*.crs
|
**/*.crs
|
||||||
|
|
||||||
*.dri
|
**/*.dri
|
||||||
*.drl
|
**/*.drl
|
||||||
*.gpi
|
**/*.gpi
|
||||||
*.pls
|
**/*.pls
|
||||||
|
|
||||||
*.drd
|
**/*.drd
|
||||||
*.drd.*
|
**/*.drd.*
|
||||||
|
|
||||||
*.info
|
**/*.info
|
||||||
|
|
||||||
*.eps
|
**/*.eps
|
||||||
*.pro
|
**/*.pro
|
||||||
|
|
Loading…
Reference in New Issue
Block a user