diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-07-12 14:43:31 +0800 |
---|---|---|
committer | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-07-12 06:47:24 +0000 |
commit | 78d13a6664c8eef3353c47c4bb2fde85ec13c98e (patch) | |
tree | 12243c2856368f7f88737b641b818e12e619f444 /testapi | |
parent | 5eb90d88748ee25c0d1a858167d435a9498d175c (diff) |
leverage testapi's own gitignore
some files/dirs should be gitignored in testapi,
but they may be needed in releng, this patch aims to
manage gitignore by testapi itself
Change-Id: I3c57d1199145d7f062d4e48aa8216ae34672f455
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi')
-rw-r--r-- | testapi/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testapi/.gitignore b/testapi/.gitignore new file mode 100644 index 0000000..c7b63b5 --- /dev/null +++ b/testapi/.gitignore @@ -0,0 +1,4 @@ +AUTHORS +ChangeLog +setup.cfg-e + |