mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	Gitignore was untracking a few files from wlauto/external/uiautomator whereas the folder name is uiauto instead. Name changing done to fix the bug.
		
			
				
	
	
		
			31 lines
		
	
	
		
			485 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			485 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| *.egg-info
 | |
| *.pyc
 | |
| *.bak
 | |
| *.o
 | |
| *.cmd
 | |
| Module.symvers
 | |
| modules.order
 | |
| *~
 | |
| tags
 | |
| build/
 | |
| dist/
 | |
| .ropeproject/
 | |
| wa_output/
 | |
| doc/source/api/
 | |
| doc/source/extensions/
 | |
| MANIFEST
 | |
| wlauto/external/uiauto/bin/
 | |
| wlauto/external/uiauto/*.properties
 | |
| wlauto/external/uiauto/build.xml
 | |
| *.orig
 | |
| local.properties
 | |
| wlauto/external/revent/libs/
 | |
| wlauto/external/revent/obj/
 | |
| wlauto/external/bbench_server/libs/
 | |
| wlauto/external/bbench_server/obj/
 | |
| pmu_logger.mod.c
 | |
| .tmp_versions
 | |
| obj/
 | |
| libs/armeabi
 | |
| wlauto/workloads/*/uiauto/bin/
 |