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

Side by Side Diff: .gitignore

Issue 536039: Move src/third_party/xserver-xorg-core to its own repo (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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698