- honour capital/mixed cases for ignore case - consolidate consecutive matches - database upgrade capability - case sensitivity option reversed - removed obsolete WIM handling - skip empty mapping - Deletion of mapping
		
			
				
	
	
		
			44 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Gradle
 | |
| .gradle
 | |
| build/
 | |
| 
 | |
| # Android built artifacts
 | |
| *.apk
 | |
| *.ap_
 | |
| *.dex
 | |
| 
 | |
| # Java build artifacts class files
 | |
| *.class
 | |
| 
 | |
| # other generated files
 | |
| gen/
 | |
| target/
 | |
| 
 | |
| # local configuration file (for Android sdk path, etc)
 | |
| local.properties
 | |
| 
 | |
| # OSX files
 | |
| .DS_Store
 | |
| 
 | |
| # Eclipse
 | |
| /.classpath
 | |
| /.settings/
 | |
| /.project
 | |
| /.metadata
 | |
| bin/
 | |
| 
 | |
| # IntelliJ
 | |
| *.iws
 | |
| *.uml
 | |
| .idea/
 | |
| out/
 | |
| 
 | |
| # NDK
 | |
| obj/
 | |
| 
 | |
| # Misc
 | |
| .bin/
 | |
| *.log
 | |
| *.graphml
 | |
| coverage.db*
 |