瀏覽代碼

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

David Blaikie 1 年之前
父節點
當前提交
02950e46d3
共有 1 個文件被更改,包括 3 次插入0 次删除
  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