1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 16:30:13 +02:00

Merge pull request #1261 from jaxx/master

Ignore debug information files
This commit is contained in:
Carl Suster 2014-11-12 18:43:22 +11:00
commit 986530f3e0

View File

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