diff options
author | 2015-07-23 13:18:22 -0700 | |
---|---|---|
committer | 2015-07-23 13:18:47 -0700 | |
commit | c3596d6766b8c67853f14bcd8177084b3971c3e7 (patch) | |
tree | f30cd6a8f48e93cd09d9f60cf493e06224c9cff6 | |
parent | cd7dfdb4bf3f7d431d2a37908c550a83a282bf22 (diff) |
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
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c9b568f7ea..f1f4a529f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ *.pyc *.swp +blueprint/ +kati/ +soong/ |