mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	Fixes gitignore to untrack files from uiauto
Gitignore was untracking a few files from wlauto/external/uiautomator whereas the folder name is uiauto instead. Name changing done to fix the bug.
This commit is contained in:
		
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -14,9 +14,9 @@ wa_output/ | ||||
| doc/source/api/ | ||||
| doc/source/extensions/ | ||||
| MANIFEST | ||||
| wlauto/external/uiautomator/bin/ | ||||
| wlauto/external/uiautomator/*.properties | ||||
| wlauto/external/uiautomator/build.xml | ||||
| wlauto/external/uiauto/bin/ | ||||
| wlauto/external/uiauto/*.properties | ||||
| wlauto/external/uiauto/build.xml | ||||
| *.orig | ||||
| local.properties | ||||
| wlauto/external/revent/libs/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user