Add .dylib and .d to .gitignore

This makes in-source builds on mac somewhat bearable.

Change-Id: I8c9e8e470acf90b03ee25e21dbbdd61ae2656820
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
This commit is contained in:
Frederik Gladhorn 2014-03-26 14:21:32 +01:00 committed by The Qt Project
parent af2f227080
commit c8113ad0a4

2
.gitignore vendored
View File

@ -30,6 +30,8 @@ pcviewer.cfg
*.a
*.la
*.core
*.d
*.dylib
*.moc
*.o
*.obj