From 465746e84ea9a06a81a1f977c8b5f28a29a41699 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Mon, 13 Apr 2015 23:47:55 +0800 Subject: manifest branch 5.0.0: add .gitview for submitting change so that we can submit change with git review command, and no need to worry about the change-id things Change-Id: I28f24839d03b827d4217073ee4a4203170c51cfa Signed-off-by: Yongqin Liu --- .gitignore | 5 +++++ .gitreview | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 .gitreview diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..efd7b62c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.* + +# git files that we don't want to ignore even it they are dot-files +# +!.gitignore diff --git a/.gitreview b/.gitreview new file mode 100644 index 000000000..e0d3490bf --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=android.git.linaro.org +port=29418 +project=platform/manifest.git +defaultbranch=linaro_android_5.0.0 -- cgit v1.2.3