From 487c4257fc0881c40dee4f6f3f3052a212dc58d5 Mon Sep 17 00:00:00 2001
From: jaxx <jaxx@users.noreply.github.com>
Date: Fri, 24 Oct 2014 16:34:24 +0300
Subject: [PATCH] Update Lazarus.gitignore

---
 Global/Lazarus.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Global/Lazarus.gitignore b/Global/Lazarus.gitignore
index 0ea9e189..3ef747d7 100644
--- a/Global/Lazarus.gitignore
+++ b/Global/Lazarus.gitignore
@@ -8,5 +8,8 @@ lib/
 *.or
 *.ppu
 
+#ignore debug information files
+*.dbg
+
 #exclude executable output in windows
 *.exe