github.com/distbuild/reclient@v0.0.0-20240401075343-3de72e395564/.gitignore (about)

     1  # Ignore backup files.
     2  *~
     3  # Ignore Vim swap files.
     4  .*.sw*
     5  # Ignore bazel directories.
     6  /bazel-*
     7  # Ignore Vim swap files.
     8  .*.sw*
     9  # Ignore IntelliJ files.
    10  .ijwb
    11  # Ignore downloaded integration test data.
    12  tests/integ/testdata/clang*
    13  tests/integ/testdata/javac
    14  tests/integ/testdata/java
    15  tests/integ/testdata/macsysroot
    16  tests/integ/testdata/sysroot
    17  tests/integ/clang.tar
    18  tests/integ/testdata/chromium/src/third_party
    19  tests/integ/testdata/chromium/src/build
    20  tests/integ/testdata/chromium/zip
    21  tests/integ/testdata/chromium/RE_CLIENT_CHROMIUM_DIR
    22  # Ignore integration test artifacts
    23  *.o
    24  *.so
    25  *.d
    26  *.deps
    27  .vscode
    28  
    29  # MacOS, ignore the .DS_Store files it puts everywhere
    30  .DS_Store
    31  
    32  # Directory in which bigquery schema corresponding to reproxy_log.txt
    33  # is generated by scripts/gen_reproxy_log_bigquery_schema.sh
    34  reproxy_log_bigquery_schema
    35  
    36  # Ignore codelab outputs
    37  codelabs/**/out.txt
    38  
    39  # Ignore Android Prebuilts
    40  configs/linux_android1404/cc/android_prebuilts