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:
parent
cd7dfdb4bf
commit
c3596d6766
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,5 @@
|
|||
*.pyc
|
||||
*.swp
|
||||
blueprint/
|
||||
kati/
|
||||
soong/
|
||||
|
|
Loading…
Reference in a new issue