Przeglądaj źródła

Merge pull request #1261 from jaxx/master

Ignore debug information files
Carl Suster 10 lat temu
rodzic
commit
986530f3e0
1 zmienionych plików z 3 dodań i 0 usunięć
  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