| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 /src/third_party/shflags/files/ | 56 /src/third_party/shflags/files/ |
| 57 /src/third_party/shunit2/files/ | 57 /src/third_party/shunit2/files/ |
| 58 /src/third_party/syslinux/files/ | 58 /src/third_party/syslinux/files/ |
| 59 /src/third_party/tpm-emulator/files/ | 59 /src/third_party/tpm-emulator/files/ |
| 60 /src/third_party/tzdata/ | 60 /src/third_party/tzdata/ |
| 61 /src/third_party/upstart/files/ | 61 /src/third_party/upstart/files/ |
| 62 /src/third_party/wpa_supplicant/build/ | 62 /src/third_party/wpa_supplicant/build/ |
| 63 /src/third_party/wpa_supplicant/hostap.git/ | 63 /src/third_party/wpa_supplicant/hostap.git/ |
| 64 /src/third_party/xf86-video-msm/ | 64 /src/third_party/xf86-video-msm/ |
| 65 /src/third_party/xscreensaver/xscreensaver-5.08/ | 65 /src/third_party/xscreensaver/xscreensaver-5.08/ |
| 66 /src/third_party/xserver-xorg-core/ |
| 66 /tools/chromiumos-build/ | 67 /tools/chromiumos-build/ |
| 67 | 68 |
| 68 # Top-level directories to ignore | 69 # Top-level directories to ignore |
| 69 /chroot/ | 70 /chroot/ |
| 70 /repo/ | 71 /repo/ |
| 71 /src/build/ | 72 /src/build/ |
| 72 /src/platform/dev/static | 73 /src/platform/dev/static |
| OLD | NEW |