From: Misomosi Date: Thu, 3 Oct 2024 23:03:00 +0000 (-0400) Subject: Add .breakpoints to gitignore X-Git-Url: http://git.misomosispi.com/?a=commitdiff_plain;h=4ed7bb07abf9c696188ab6fa994da8c6e84e837c;p=dotfiles.git Add .breakpoints to gitignore --- diff --git a/.config/git/ignore b/.config/git/ignore index cec6ab8..03227e7 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -1,3 +1,6 @@ +# Breakpoints produced by .gdbinit +.breakpoints + # Scripts I use in git repos to automate certain niceties *.i.sh *.i.bat diff --git a/README.md b/README.md index 16375fa..c9b8fad 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ Host github.com ## .gitignore ``` +# Breakpoints produced by .gdbinit +.breakpoints + # Scripts I use in git repos to automate certain niceties *.i.sh *.i.bat