• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1**/*.pyc
2**/*.class
3**/*.uml~
4**/yapfrc
5**/build
6**/.gradle
7**/.coverage
8**/htmlcov
9
10adevice/Cargo.lock
11
12atest/proto/*.py
13atest/tf_proto/*.py
14atest/atest_flag_list_for_completion.txt
15
16# Intellij generated files
17**/.idea
18**/*.iml
19
20# Exceptions
21!aidegen/test_data/*.iml
22!aidegen/test_data/.idea
23
24target/**
25
26# Because atest plugin needs to use the directory, which contains "build"
27# folder, as fake date for testing. Add the path to gitignore exception.
28!asuite_plugin/src/test/resources/root/build
29