forked from gitea/gitea
		
	 a06c3ad2c0
			
		
	
	
		a06c3ad2c0
		
	
	
	
	
		
			
			* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
		
			
				
	
	
		
			45 lines
		
	
	
		
			475 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			475 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore list for Eagle, a PCB layout tool
 | |
| 
 | |
| # Backup files
 | |
| *.s#?
 | |
| *.b#?
 | |
| *.l#?
 | |
| 
 | |
| # Eagle project file
 | |
| # It contains a serial number and references to the file structure
 | |
| # on your computer.
 | |
| # comment the following line if you want to have your project file included.
 | |
| eagle.epf
 | |
| 
 | |
| # Autorouter files
 | |
| *.pro
 | |
| *.job
 | |
| 
 | |
| # CAM files
 | |
| *.$$$
 | |
| *.cmp
 | |
| *.ly2
 | |
| *.l15
 | |
| *.sol
 | |
| *.plc
 | |
| *.stc
 | |
| *.sts
 | |
| *.crc
 | |
| *.crs
 | |
| 
 | |
| *.dri
 | |
| *.drl
 | |
| *.gpi
 | |
| *.pls
 | |
| 
 | |
| *.drd
 | |
| *.drd.*
 | |
| 
 | |
| *.info
 | |
| 
 | |
| *.eps
 | |
| 
 | |
| # file locks introduced since 7.x
 | |
| *.lck
 | |
| 
 |