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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/common/SConstruct » ('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 f0edc1474695810057a0fa6ff27d256fdd904bf8..e0a7708060b142ee46b58cbe55d6b2cd46b2629f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,14 @@
*.so
*~
+# Executables
+
+src/common/unittests
+
+# User files
+
+src/scripts/shared_user_passwd.txt
+
# Ignore DEPS
src/platform/cros/
src/platform/login_manager/
@@ -25,7 +33,12 @@ 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/ibus/*.changes
src/third_party/kernel/files/
src/third_party/pam-dev/
src/third_party/ply-image/src/
@@ -42,3 +55,4 @@ chroot/
repo/
src/build/
src/platform/dev/static
+
« 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