From 13e4486c33a7498ba7abb3826f3a79559627a70a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 17 Apr 2007 09:09:48 +0000 Subject: [PATCH] Removing .gdbinit from test directory. --- test/.gdbinit | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/.gdbinit diff --git a/test/.gdbinit b/test/.gdbinit deleted file mode 100644 index 63ebf2cbf..000000000 --- a/test/.gdbinit +++ /dev/null @@ -1,3 +0,0 @@ -handle SIGUSR1 pass noprint -handle SIGUSR2 pass noprint -break main