[Makefile] Excluding __pycache__ correctly (#13400)
This commit is contained in:
		
							parent
							
								
									b230fefc3c
								
							
						
					
					
						commit
						4f90d2aeac
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -101,7 +101,7 @@ youtube-dl.tar.gz: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash-
 | 
			
		|||
		--exclude '*.pyc' \
 | 
			
		||||
		--exclude '*.pyo' \
 | 
			
		||||
		--exclude '*~' \
 | 
			
		||||
		--exclude '__pycache' \
 | 
			
		||||
		--exclude '__pycache__' \
 | 
			
		||||
		--exclude '.git' \
 | 
			
		||||
		--exclude 'testdata' \
 | 
			
		||||
		--exclude 'docs/_build' \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue