浏览代码

Added a few common CAM file extensions (#2555)

pull/2556/head
PTS93 6 年前
父节点
当前提交
de2539a729
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9
    1
      Eagle.gitignore

+ 9
- 1
Eagle.gitignore 查看文件

@@ -4,6 +4,9 @@
*.s#?
*.b#?
*.l#?
*.b$?
*.s$?
*.l$?

# Eagle project file
# It contains a serial number and references to the file structure
@@ -31,14 +34,19 @@ eagle.epf
*.drl
*.gpi
*.pls
*.ger
*.gpi
*.xln

*.drd
*.drd.*

*.s#*
*.b#*

*.info

*.eps

# file locks introduced since 7.x
*.lck


正在加载...
取消
保存