Files
Android11/tools/asuite/.gitignore
2023-10-13 14:01:41 +00:00

21 lines
387 B
Plaintext

**/*.pyc
**/*.class
**/*.uml~
**/yapfrc
**/build
**/.gradle
**/.coverage
**/htmlcov
# Intellij generated files
**/.idea
**/*.iml
# Exceptions
!aidegen/test_data/*.iml
!aidegen/test_data/.idea
# Because atest plugin needs to use the directory, which contains "build"
# folder, as fake date for testing. Add the path to gitignore exception.
!asuite_plugin/src/test/resources/root/build