Преглед на файлове

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
 # Ignore .DS_Store files
 .DS_Store
 .DS_Store
+
+# Ignore the .gdb_history that's created next to the project-specific .gdbinit
+.gdb_history