diff options
Diffstat (limited to 'third_party/libwebrtc/build/.gitignore')
-rw-r--r-- | third_party/libwebrtc/build/.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/third_party/libwebrtc/build/.gitignore b/third_party/libwebrtc/build/.gitignore new file mode 100644 index 0000000000..22046984f5 --- /dev/null +++ b/third_party/libwebrtc/build/.gitignore @@ -0,0 +1,29 @@ +# This file is needed for projects that has this directory as a separate Git +# mirror in DEPS. Without it, a lot is wiped and re-downloaded for each sync. +*.pyc +ciopfs +/android/bin +/android/binary_size/apks/**/*.apk +/args/chromeos/*.gni +/args/chromeos/rewrapper* +/config/gclient_args.gni +/cros_cache/ +/Debug +/Debug_x64 +/fuchsia/internal/ +/goma +/gomacc.lock +/ipch/ +/lacros/prebuilt_ash_chrome/ +/Release +/Release_x64 +/win_toolchain.json +/util/LASTCHANGE* +/util/support +/x64/ +/linux/debian_*-sysroot/ +/linux/ubuntu_*-sysroot/ +/ios_files +/mac_files + +!/util/LASTCHANGE.dummy |