From c3596d6766b8c67853f14bcd8177084b3971c3e7 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 23 Jul 2015 13:18:22 -0700 Subject: [PATCH] Add build subprojects to .gitignore Add blueprint, kati, and soong subdirectories to .gitignore so nothing gets committed there when new subprojects are added to the manifest. Change-Id: I888b94a89c87d99c8d28e8abd07a830f9cd86702 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c9b568f7ea..f1f4a529f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ *.pyc *.swp +blueprint/ +kati/ +soong/