Add *.dll to .gitignore.

Pointed out by KindOne.
This commit is contained in:
William Pitcock 2012-04-17 21:00:14 +00:00
parent a64f128228
commit 5dca0715eb
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -9,6 +9,8 @@ core
*.o
*.so
*.so.*
*.dll
*.dll.*
*.d
.depend
.depend-done