Gitignore all subdirs except stub under techpack. Change-Id: Ic3e8910865aec83424b989286cc461f757d8522d Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
4 lines
43 B
Plaintext
4 lines
43 B
Plaintext
# ignore all subdirs except stub
|
|
*
|
|
!/stub/
|