Add .gitignore files
Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
		
							parent
							
								
									955413f35f
								
							
						
					
					
						commit
						1b4aaffe4f
					
				|  | @ -0,0 +1,13 @@ | ||||||
|  | *.orig | ||||||
|  | *.a | ||||||
|  | *.o | ||||||
|  | *.depend | ||||||
|  | System.map | ||||||
|  | /u-boot | ||||||
|  | /u-boot.map | ||||||
|  | /u-boot.bin | ||||||
|  | /u-boot.srec | ||||||
|  | /LOG | ||||||
|  | /errlog | ||||||
|  | /reloc_off | ||||||
|  | 
 | ||||||
|  | @ -0,0 +1,5 @@ | ||||||
|  | /hello_world | ||||||
|  | /interrupt | ||||||
|  | /sched | ||||||
|  | *.bin | ||||||
|  | *.srec | ||||||
|  | @ -0,0 +1,6 @@ | ||||||
|  | /asm | ||||||
|  | /asm-ppc/arch | ||||||
|  | /bmp_logo.h | ||||||
|  | /config.h | ||||||
|  | /config.mk | ||||||
|  | /version_autogenerated.h | ||||||
|  | @ -0,0 +1,9 @@ | ||||||
|  | /bmp_logo | ||||||
|  | /crc32.c | ||||||
|  | /envcrc | ||||||
|  | /environment.c | ||||||
|  | /gen_eth_addr | ||||||
|  | /img2srec | ||||||
|  | /mkimage | ||||||
|  | /sha1.c | ||||||
|  | /ubsha1 | ||||||
		Loading…
	
		Reference in New Issue