Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: .gitignore

Issue 656023: Changes to use default board when set by setup_board (Closed)
Patch Set: Fix build_autotest Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/scripts/autotest_lib.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 *.so 13 *.so
14 *~ 14 *~
15 .sconsign.dblite 15 .sconsign.dblite
16 .*.swp 16 .*.swp
17 17
18 # Executables 18 # Executables
19 /src/common/unittests 19 /src/common/unittests
20 20
21 # User files 21 # User files
22 /src/scripts/.chromeos_dev 22 /src/scripts/.chromeos_dev
23 /src/scripts/.default_board
23 /src/scripts/shared_user_passwd.txt 24 /src/scripts/shared_user_passwd.txt
24 25
25 # Ignore DEPS 26 # Ignore DEPS
26 /src/overlays/overlay-arm-generic/ 27 /src/overlays/overlay-arm-generic/
27 /src/overlays/overlay-beagleboard/ 28 /src/overlays/overlay-beagleboard/
28 /src/overlays/overlay-st1q/ 29 /src/overlays/overlay-st1q/
29 /src/overlays/overlay-x86-generic/ 30 /src/overlays/overlay-x86-generic/
30 /src/platform/cros/ 31 /src/platform/cros/
31 /src/platform/login_manager/ 32 /src/platform/login_manager/
32 /src/platform/pam_google/ 33 /src/platform/pam_google/
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 /src/third_party/xf86-video-msm/ 86 /src/third_party/xf86-video-msm/
86 /src/third_party/xscreensaver/xscreensaver-5.08/ 87 /src/third_party/xscreensaver/xscreensaver-5.08/
87 /src/third_party/xserver-xorg-core/ 88 /src/third_party/xserver-xorg-core/
88 /tools/chromiumos-build/ 89 /tools/chromiumos-build/
89 90
90 # Top-level directories to ignore 91 # Top-level directories to ignore
91 /chroot/ 92 /chroot/
92 /repo/ 93 /repo/
93 /src/build/ 94 /src/build/
94 /src/platform/dev/static 95 /src/platform/dev/static
OLDNEW
« no previous file with comments | « no previous file | src/scripts/autotest_lib.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698