.gitignore (522B)
1 # This file is needed for projects that has this directory as a separate Git 2 # mirror in DEPS. Without it, a lot is wiped and re-downloaded for each sync. 3 *.pyc 4 ciopfs 5 /android/bin 6 /android/binary_size/apks/**/*.apk 7 /args/chromeos/*.gni 8 /args/chromeos/rewrapper* 9 /config/gclient_args.gni 10 /cros_cache/ 11 /Debug 12 /Debug_x64 13 /fuchsia/internal/ 14 /ipch/ 15 /Release 16 /Release_x64 17 /win_toolchain.json 18 /util/LASTCHANGE* 19 /util/support 20 /x64/ 21 /linux/debian_*-sysroot/ 22 /linux/ubuntu_*-sysroot/ 23 /ios_files 24 /mac_files 25 26 !/util/LASTCHANGE.dummy