* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			434 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			434 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| ##---------------------------------------------------
 | |
| ## Remove autosaves generated by the Matlab editor
 | |
| ## We have git for backups!
 | |
| ##---------------------------------------------------
 | |
| 
 | |
| # Windows default autosave extension
 | |
| *.asv
 | |
| 
 | |
| # OSX / *nix default autosave extension
 | |
| *.m~
 | |
| 
 | |
| # Compiled MEX binaries (all platforms)
 | |
| *.mex*
 | |
| 
 | |
| # Simulink Code Generation
 | |
| slprj/
 | |
| 
 | |
| # Session info
 | |
| octave-workspace
 | |
| 
 | |
| # Simulink autosave extension
 | |
| .autosave
 |