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

Side by Side Diff: .gitignore

Issue 525046: Build and install a Chromium OS specific version of upstart. (Closed)
Patch Set: Created 10 years, 11 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 | DEPS » ('j') | DEPS » ('J')
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
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698