From 9917d52dfb9b3b4ef605b955173ec6ea7d677f8d Mon Sep 17 00:00:00 2001 From: Bora Sahin Date: Fri, 25 Sep 2009 13:40:26 +0300 Subject: [PATCH] Some more minor modifications to .gitignore. --- .gitignore | 2 ++ .gdbinit => tools/gdbinit | 0 2 files changed, 2 insertions(+) rename .gdbinit => tools/gdbinit (100%) diff --git a/.gitignore b/.gitignore index 1ac20ab..a71469c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ tags conts/bare* conts/linux src/generic/cinfo.c +.gdbinit +*.swp diff --git a/.gdbinit b/tools/gdbinit similarity index 100% rename from .gdbinit rename to tools/gdbinit