From f750e82bbc904a60ea40116e34fa0a5495020c85 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 25 Aug 2014 09:39:26 +1000 Subject: gdb-python: Clean up and ignore waf generated files. --- tools/gdb/python/.gitignore | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/tools/gdb/python/.gitignore b/tools/gdb/python/.gitignore index d2d6f36..7b4e3af 100644 --- a/tools/gdb/python/.gitignore +++ b/tools/gdb/python/.gitignore @@ -1,35 +1,3 @@ -*.py[cod] - -# C extensions -*.so - -# Packages -*.egg -*.egg-info -dist +*.pyc +.lock-waf* build -eggs -parts -bin -var -sdist -develop-eggs -.installed.cfg -lib -lib64 - -# Installer logs -pip-log.txt - -# Unit test / coverage reports -.coverage -.tox -nosetests.xml - -# Translations -*.mo - -# Mr Developer -.mr.developer.cfg -.project -.pydevproject -- cgit v1.2.3