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

Unified Diff: .gitignore

Issue 516004: Clean up chromiumos-build build files and update .gitignore. (Closed)
Patch Set: fix command in comment using git-ls-files 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/scripts/make_chroot.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 942cafede107d1d9d4106573192aba474ef458eb..90f28f24e0dbe1e741e68a853d4af39c43fdb24b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
#
-# NOTE! Please use 'git-ls-files -i --exclude-standard'
+# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
@@ -15,45 +15,44 @@
*~
# Executables
-
-src/common/unittests
+/src/common/unittests
# User files
-
-src/scripts/shared_user_passwd.txt
+/src/scripts/.chromeos_dev
+/src/scripts/shared_user_passwd.txt
# Ignore DEPS
-src/platform/cros/
-src/platform/login_manager/
-src/platform/pam_google/
-src/third_party/autotest/files/
-src/third_party/chrome/files/
-src/third_party/connman/build/
-src/third_party/connman/connman-0.42/
-src/third_party/e2fsprogs/files/
-src/third_party/fio/files/
-src/third_party/gflags/files/
-src/third_party/google-breakpad/files/
-src/third_party/gpt/
-src/third_party/gtest/files/
-src/third_party/ibus-anthy/files/
-src/third_party/ibus-chewing/files/
-src/third_party/ibus/files/
-src/third_party/kernel/files/
-src/third_party/pam-dev/
-src/third_party/ply-image/src/
-src/third_party/shflags/files/
-src/third_party/shunit2/files/
-src/third_party/syslinux/files/
-src/third_party/tpm-emulator/files/
-src/third_party/wpa_supplicant/build/
-src/third_party/wpa_supplicant/hostap.git/
-src/third_party/xscreensaver/xscreensaver-5.08/
-tools/chromiumos-build/
+/src/platform/cros/
+/src/platform/login_manager/
+/src/platform/pam_google/
+/src/third_party/autotest/files/
+/src/third_party/chrome/files/
+/src/third_party/connman/build/
+/src/third_party/connman/connman-0.42/
+/src/third_party/e2fsprogs/files/
+/src/third_party/fio/files/
+/src/third_party/gflags/files/
+/src/third_party/google-breakpad/files/
+/src/third_party/gpt/
+/src/third_party/gtest/files/
+/src/third_party/gtk+2.0/
+/src/third_party/ibus-anthy/files/
+/src/third_party/ibus-chewing/files/
+/src/third_party/ibus/files/
+/src/third_party/kernel/files/
+/src/third_party/pam-dev/
+/src/third_party/ply-image/src/
+/src/third_party/shflags/files/
+/src/third_party/shunit2/files/
+/src/third_party/syslinux/files/
+/src/third_party/tpm-emulator/files/
+/src/third_party/wpa_supplicant/build/
+/src/third_party/wpa_supplicant/hostap.git/
+/src/third_party/xscreensaver/xscreensaver-5.08/
+/tools/chromiumos-build/
# Top-level directories to ignore
-chroot/
-repo/
-src/build/
-src/platform/dev/static
-
+/chroot/
+/repo/
+/src/build/
+/src/platform/dev/static
« no previous file with comments | « no previous file | src/scripts/make_chroot.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698