Sfoglia il codice sorgente

Merge pull request #1261 from jaxx/master

Ignore debug information files
Carl Suster 10 anni fa
parent
commit
986530f3e0
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      Global/Lazarus.gitignore

+ 3 - 0
Global/Lazarus.gitignore

@@ -8,5 +8,8 @@ lib/
 *.or
 *.ppu
 
+#ignore debug information files
+*.dbg
+
 #exclude executable output in windows
 *.exe