From e023e8f16c2181f8d1397f7a5f1b7f4bbeea63bf Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 8 Apr 2020 00:53:56 +0100 Subject: [PATCH] .gdbinit: Delete this obsolete file. It's set up for my particular development environment, using a Python version that's not even supported any more. And project-specific `.gdbinit' files really don't work very well as things to distribute, for vaguely obvious security reasons. --- .gdbinit | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .gdbinit diff --git a/.gdbinit b/.gdbinit deleted file mode 100644 index 3be9630..0000000 --- a/.gdbinit +++ /dev/null @@ -1,6 +0,0 @@ -file py/python2.4-2.4+2.4.1rc2/debian/python2.4/usr/bin/python2.4 -dir py/python2.4-2.4+2.4.1rc2 -set env LD_LIBRARY_PATH=/home/mdw/src/catacomb/deb-build/.libs -set env PYTHONPATH=/usr/lib/python2.4/lib-dynload -cd build/lib.linux-i686-2.4 -## set args test.py -- 2.11.0