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

Side by Side Diff: .gitignore

Issue 460001: Clean up to move NewStringCopy from util to chromoes/string. (Closed)
Patch Set: Removed pw file, changed include format Created 11 years 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/common/SConstruct » ('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 *.sconsign.dblite 13 *.sconsign.dblite
14 *.so 14 *.so
15 *~ 15 *~
16 16
17 # Executables
18
19 src/common/unittests
20
21 # User files
22
23 src/scripts/shared_user_passwd.txt
24
17 # Ignore DEPS 25 # Ignore DEPS
18 src/platform/cros/ 26 src/platform/cros/
19 src/platform/login_manager/ 27 src/platform/login_manager/
20 src/platform/pam_google/ 28 src/platform/pam_google/
21 src/third_party/chrome/files/ 29 src/third_party/chrome/files/
22 src/third_party/connman/build/ 30 src/third_party/connman/build/
23 src/third_party/connman/connman-0.42/ 31 src/third_party/connman/connman-0.42/
24 src/third_party/e2fsprogs/files/ 32 src/third_party/e2fsprogs/files/
25 src/third_party/fio/files/ 33 src/third_party/fio/files/
26 src/third_party/gflags/files/ 34 src/third_party/gflags/files/
27 src/third_party/google-breakpad/files/ 35 src/third_party/google-breakpad/files/
36 src/third_party/gpt/
28 src/third_party/gtest/files/ 37 src/third_party/gtest/files/
38 src/third_party/ibus-anthy/files/
39 src/third_party/ibus-chewing/files/
40 src/third_party/ibus/files/
41 src/third_party/ibus/*.changes
29 src/third_party/kernel/files/ 42 src/third_party/kernel/files/
30 src/third_party/pam-dev/ 43 src/third_party/pam-dev/
31 src/third_party/ply-image/src/ 44 src/third_party/ply-image/src/
32 src/third_party/shflags/files/ 45 src/third_party/shflags/files/
33 src/third_party/shunit2/files/ 46 src/third_party/shunit2/files/
34 src/third_party/syslinux/files/ 47 src/third_party/syslinux/files/
35 src/third_party/tpm-emulator/files/ 48 src/third_party/tpm-emulator/files/
36 src/third_party/wpa_supplicant/build/ 49 src/third_party/wpa_supplicant/build/
37 src/third_party/wpa_supplicant/hostap.git/ 50 src/third_party/wpa_supplicant/hostap.git/
38 src/third_party/xscreensaver/xscreensaver-5.08/ 51 src/third_party/xscreensaver/xscreensaver-5.08/
39 52
40 # Top-level directories to ignore 53 # Top-level directories to ignore
41 chroot/ 54 chroot/
42 repo/ 55 repo/
43 src/build/ 56 src/build/
44 src/platform/dev/static 57 src/platform/dev/static
58
OLDNEW
« no previous file with comments | « no previous file | src/common/SConstruct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698