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