From 2fe91a2af17f28bf5900bbfe3d8873e41a14e2f3 Mon Sep 17 00:00:00 2001 From: Juan Vidal Date: Mon, 13 Feb 2017 16:14:26 +0000 Subject: Add some ignores to .gitignore - *pyc is bytecode python - egg-info folders are the result of installation of python packages - ovs-logs is used by tests to dump runtime information None of these files/folders should be added to the repository, so it is better to make git completely ignore them Change-Id: If26038984f82a92e7118f2accc0f93d2592391b7 Signed-off-by: Juan Vidal --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e7c25c17..58dd4eed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /docs_build/ /docs_output/ /releng/ +*pyc +/sfc.egg-info/ +*ovs-logs/ -- cgit 1.2.3-korg