OLD | NEW |
1 # | 1 # |
2 # NOTE! Please use 'git ls-files -i --exclude-standard' | 2 # NOTE! Please use 'git ls-files -i --exclude-standard' |
3 # command after changing this file, to see if there are | 3 # command after changing this file, to see if there are |
4 # any tracked files which get ignored after the change. | 4 # any tracked files which get ignored after the change. |
5 # | 5 # |
6 | 6 |
7 # Standard ignores | 7 # Standard ignores |
8 *.a | 8 *.a |
9 *.la | 9 *.la |
10 *.lo | 10 *.lo |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 /src/third_party/kernel/files/ | 48 /src/third_party/kernel/files/ |
49 /src/third_party/openssh/ | 49 /src/third_party/openssh/ |
50 /src/third_party/openssl/ | 50 /src/third_party/openssl/ |
51 /src/third_party/pam-dev/ | 51 /src/third_party/pam-dev/ |
52 /src/third_party/ply-image/src/ | 52 /src/third_party/ply-image/src/ |
53 /src/third_party/shflags/files/ | 53 /src/third_party/shflags/files/ |
54 /src/third_party/shunit2/files/ | 54 /src/third_party/shunit2/files/ |
55 /src/third_party/syslinux/files/ | 55 /src/third_party/syslinux/files/ |
56 /src/third_party/tpm-emulator/files/ | 56 /src/third_party/tpm-emulator/files/ |
57 /src/third_party/tzdata/ | 57 /src/third_party/tzdata/ |
| 58 /src/third_party/upstart/files/ |
58 /src/third_party/wpa_supplicant/build/ | 59 /src/third_party/wpa_supplicant/build/ |
59 /src/third_party/wpa_supplicant/hostap.git/ | 60 /src/third_party/wpa_supplicant/hostap.git/ |
60 /src/third_party/xf86-video-msm/ | 61 /src/third_party/xf86-video-msm/ |
61 /src/third_party/xscreensaver/xscreensaver-5.08/ | 62 /src/third_party/xscreensaver/xscreensaver-5.08/ |
62 /tools/chromiumos-build/ | 63 /tools/chromiumos-build/ |
63 | 64 |
64 # Top-level directories to ignore | 65 # Top-level directories to ignore |
65 /chroot/ | 66 /chroot/ |
66 /repo/ | 67 /repo/ |
67 /src/build/ | 68 /src/build/ |
68 /src/platform/dev/static | 69 /src/platform/dev/static |
OLD | NEW |