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
This commit is contained in:
Colin Cross 2015-07-23 13:18:22 -07:00
parent cd7dfdb4bf
commit c3596d6766

3
.gitignore vendored
View file

@ -1,2 +1,5 @@
*.pyc
*.swp
blueprint/
kati/
soong/