diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-10 08:23:45 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-05-10 08:25:05 -0700 |
commit | a6e03f39ed4488db51a183ad1cc605ba41f28cfa (patch) | |
tree | 4cf842e1456c37ec8ddb233d11eec380e4c01a41 /.gitignore | |
parent | b301951921b0f03b2a3610db67ebb5246e91960f (diff) |
Add target/ to .gitignore
Change-Id: Id0928ec60e1122ce65792c769f957ff23f93c069
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ /.project /.pydevproject .*.sw? -.DS_Store
\ No newline at end of file +.DS_Store +target/ |