diff options
Diffstat (limited to 'Global/Lazarus.gitignore')
-rw-r--r-- | Global/Lazarus.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |