| 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
|
| +
|
|
|