Browse Source

Added a few common CAM file extensions (#2555)

pull/2556/head
PTS93 6 years ago
parent
commit
de2539a729
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      Eagle.gitignore

+ 9
- 1
Eagle.gitignore View File

@@ -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


Loading…
Cancel
Save