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

Side by Side Diff: .gitignore

Issue 2112003: Create a tool to save a pinned dep file for the current sync. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Fix repository reset and verify that we are in a git repo. Created 10 years, 7 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') | 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
(...skipping 14 matching lines...) Expand all
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
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
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698