summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-08-25 09:39:26 +1000
committerChris Johns <chrisj@rtems.org>2014-08-25 09:52:42 +1000
commitf750e82bbc904a60ea40116e34fa0a5495020c85 (patch)
tree97feedfafae242ac0d56bed01ec780b73fd4e40b
parentAdd cpu registers to task output. (diff)
downloadrtems-tools-f750e82bbc904a60ea40116e34fa0a5495020c85.tar.bz2
gdb-python: Clean up and ignore waf generated files.
-rw-r--r--tools/gdb/python/.gitignore36
1 files 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