]> source.dussan.org Git - gitignore.git/commitdiff
Added a few common CAM file extensions (#2555)
authorPTS93 <timon@skerutsch.de>
Mon, 25 Dec 2017 23:24:52 +0000 (00:24 +0100)
committerBrendan Forster <github@brendanforster.com>
Mon, 25 Dec 2017 23:24:52 +0000 (09:54 +1030)
Eagle.gitignore

index 9ced12602664135a531962c2ad046eb92c3ffc56..9afc324d6aeb03f8ba5c747fbfba295fb8c294d0 100644 (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
-