From 78d13a6664c8eef3353c47c4bb2fde85ec13c98e Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 12 Jul 2017 14:43:31 +0800 Subject: 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 --- testapi/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testapi/.gitignore (limited to 'testapi') 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 + -- cgit 1.2.3-korg