| 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 14 matching lines...) Expand all Loading... |
| 25 | 25 |
| 26 # Executables | 26 # Executables |
| 27 /src/common/unittests | 27 /src/common/unittests |
| 28 | 28 |
| 29 # User files | 29 # User files |
| 30 /src/scripts/.chromeos_dev | 30 /src/scripts/.chromeos_dev |
| 31 /src/scripts/.default_board | 31 /src/scripts/.default_board |
| 32 /src/scripts/shared_user_passwd.txt | 32 /src/scripts/shared_user_passwd.txt |
| 33 | 33 |
| 34 # Ignore DEPS | 34 # Ignore DEPS |
| 35 /deps/ |
| 35 /src/platform/cromo/ | 36 /src/platform/cromo/ |
| 36 /src/platform/cros/ | 37 /src/platform/cros/ |
| 37 /src/platform/entd/ | 38 /src/platform/entd/ |
| 38 /src/platform/login_manager/ | 39 /src/platform/login_manager/ |
| 39 /src/platform/pam_google/ | 40 /src/platform/pam_google/ |
| 40 /src/platform/text_input/ | 41 /src/platform/text_input/ |
| 41 /src/platform/verity/ | 42 /src/platform/verity/ |
| 42 /src/third_party/alsa-lib/ | 43 /src/third_party/alsa-lib/ |
| 43 /src/third_party/anthy/ | 44 /src/third_party/anthy/ |
| 44 /src/third_party/autotest/files/ | 45 /src/third_party/autotest/files/ |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 /src/third_party/xf86-video-msm/ | 106 /src/third_party/xf86-video-msm/ |
| 106 /src/third_party/xscreensaver/xscreensaver-5.08/ | 107 /src/third_party/xscreensaver/xscreensaver-5.08/ |
| 107 /src/third_party/xserver-xorg-core/ | 108 /src/third_party/xserver-xorg-core/ |
| 108 /tools/chromiumos-build/ | 109 /tools/chromiumos-build/ |
| 109 | 110 |
| 110 # Top-level directories to ignore | 111 # Top-level directories to ignore |
| 111 /chroot/ | 112 /chroot/ |
| 112 /repo/ | 113 /repo/ |
| 113 /src/build/ | 114 /src/build/ |
| 114 /src/platform/dev/static | 115 /src/platform/dev/static |
| OLD | NEW |