]> localhost Git - dotfiles.git/commitdiff
Add .breakpoints to gitignore
authorMisomosi <[email protected]>
Thu, 3 Oct 2024 23:03:00 +0000 (19:03 -0400)
committerMisomosi <[email protected]>
Thu, 3 Oct 2024 23:03:00 +0000 (19:03 -0400)
.config/git/ignore
README.md

index cec6ab8bbd5e7716b784fc93eec0fa88559e39be..03227e7d66930969fd6e75a8f57c108db8f8978f 100644 (file)
@@ -1,3 +1,6 @@
+# Breakpoints produced by .gdbinit
+.breakpoints
+
 # Scripts I use in git repos to automate certain niceties
 *.i.sh
 *.i.bat
index 16375fa1a613c890283f07923b48154ac9925ffa..c9b8fadf961896b2e3d18367fbee0882009340af 100644 (file)
--- 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