Browse Source

Ignore the .gdb_history that's created next to the project-specific .gdbinit (#4313)

David Blaikie 1 năm trước cách đây
mục cha
commit
02950e46d3
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -40,3 +40,6 @@
 
 # Ignore .DS_Store files
 .DS_Store
+
+# Ignore the .gdb_history that's created next to the project-specific .gdbinit
+.gdb_history