mirror of
				https://github.com/RfidResearchGroup/proxmark3.git
				synced 2025-11-04 03:27:48 +08:00 
			
		
		
		
	- added *.log files to .gitignore - new file .gitattributes: tell git not to diff or merge binary *.bit (FPGA) files
		
			
				
	
	
		
			4 lines
		
	
	
		
			No EOL
		
	
	
		
			103 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			No EOL
		
	
	
		
			103 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# .gitattributes
 | 
						|
# prevent binary files from CRLF handling, diff and merge:
 | 
						|
fpga/fpga.bit -crlf -diff
 | 
						|
  |