[rtems-tools commit] gdb-python: Clean up and ignore waf generated files.

Chris Johns chrisj at rtems.org
Sun Aug 24 23:45:35 UTC 2014


Module:    rtems-tools
Branch:    master
Commit:    f750e82bbc904a60ea40116e34fa0a5495020c85
Changeset: http://git.rtems.org/rtems-tools/commit/?id=f750e82bbc904a60ea40116e34fa0a5495020c85

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Aug 25 09:39:26 2014 +1000

gdb-python: Clean up and ignore waf generated files.

---

 tools/gdb/python/.gitignore |   36 ++----------------------------------
 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



More information about the vc mailing list