| **/*.pyc | |
| **/*.class | |
| **/*.uml~ | |
| **/yapfrc | |
| **/build | |
| **/.gradle | |
| **/.coverage | |
| **/htmlcov | |
| adevice/Cargo.lock | |
| atest/proto/*.py | |
| atest/tf_proto/*.py | |
| atest/atest_flag_list_for_completion.txt | |
| # Intellij generated files | |
| **/.idea | |
| **/*.iml | |
| # Exceptions | |
| !aidegen/test_data/*.iml | |
| !aidegen/test_data/.idea | |
| target/** | |
| # 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 |