mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	.gitignore: Ignore Python 3 cache directories
These can appear when moving between branches that have different tools in the tree. Ignore them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
		
							parent
							
								
									5d9dc917e1
								
							
						
					
					
						commit
						2a9c14526e
					
				
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -92,3 +92,6 @@ GTAGS
 | 
				
			|||||||
*.orig
 | 
					*.orig
 | 
				
			||||||
*~
 | 
					*~
 | 
				
			||||||
\#*#
 | 
					\#*#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Python cache
 | 
				
			||||||
 | 
					__pycache__
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user