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 |
11 *.o | 11 *.o |
12 *.pyc | 12 *.pyc |
13 *.sconsign.dblite | 13 *.sconsign.dblite |
14 *.so | 14 *.so |
15 *~ | 15 *~ |
16 | 16 |
17 # Executables | 17 # Executables |
18 | 18 /src/common/unittests |
19 src/common/unittests | |
20 | 19 |
21 # User files | 20 # User files |
22 | 21 /src/scripts/.chromeos_dev |
23 src/scripts/shared_user_passwd.txt | 22 /src/scripts/shared_user_passwd.txt |
24 | 23 |
25 # Ignore DEPS | 24 # Ignore DEPS |
26 src/platform/cros/ | 25 /src/platform/cros/ |
27 src/platform/login_manager/ | 26 /src/platform/login_manager/ |
28 src/platform/pam_google/ | 27 /src/platform/pam_google/ |
29 src/third_party/autotest/files/ | 28 /src/third_party/autotest/files/ |
30 src/third_party/chrome/files/ | 29 /src/third_party/chrome/files/ |
31 src/third_party/connman/build/ | 30 /src/third_party/connman/build/ |
32 src/third_party/connman/connman-0.42/ | 31 /src/third_party/connman/connman-0.42/ |
33 src/third_party/e2fsprogs/files/ | 32 /src/third_party/e2fsprogs/files/ |
34 src/third_party/fio/files/ | 33 /src/third_party/fio/files/ |
35 src/third_party/gflags/files/ | 34 /src/third_party/gflags/files/ |
36 src/third_party/google-breakpad/files/ | 35 /src/third_party/google-breakpad/files/ |
37 src/third_party/gpt/ | 36 /src/third_party/gpt/ |
38 src/third_party/gtest/files/ | 37 /src/third_party/gtest/files/ |
39 src/third_party/ibus-anthy/files/ | 38 /src/third_party/gtk+2.0/ |
40 src/third_party/ibus-chewing/files/ | 39 /src/third_party/ibus-anthy/files/ |
41 src/third_party/ibus/files/ | 40 /src/third_party/ibus-chewing/files/ |
42 src/third_party/kernel/files/ | 41 /src/third_party/ibus/files/ |
43 src/third_party/pam-dev/ | 42 /src/third_party/kernel/files/ |
44 src/third_party/ply-image/src/ | 43 /src/third_party/pam-dev/ |
45 src/third_party/shflags/files/ | 44 /src/third_party/ply-image/src/ |
46 src/third_party/shunit2/files/ | 45 /src/third_party/shflags/files/ |
47 src/third_party/syslinux/files/ | 46 /src/third_party/shunit2/files/ |
48 src/third_party/tpm-emulator/files/ | 47 /src/third_party/syslinux/files/ |
49 src/third_party/wpa_supplicant/build/ | 48 /src/third_party/tpm-emulator/files/ |
50 src/third_party/wpa_supplicant/hostap.git/ | 49 /src/third_party/wpa_supplicant/build/ |
51 src/third_party/xscreensaver/xscreensaver-5.08/ | 50 /src/third_party/wpa_supplicant/hostap.git/ |
52 tools/chromiumos-build/ | 51 /src/third_party/xscreensaver/xscreensaver-5.08/ |
| 52 /tools/chromiumos-build/ |
53 | 53 |
54 # Top-level directories to ignore | 54 # Top-level directories to ignore |
55 chroot/ | 55 /chroot/ |
56 repo/ | 56 /repo/ |
57 src/build/ | 57 /src/build/ |
58 src/platform/dev/static | 58 /src/platform/dev/static |
59 | |
OLD | NEW |