update .gitignore

Update .gitignore to ignore .dep files and windows intermediate build
files (issue #17)
pull/29/head
William Pitcock 2012-07-02 03:40:27 +00:00
parent 15c24b6bf6
commit 4017810b7a
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,6 +4,8 @@ core
.deps
*.exe
*.dep
*.diff
*.orig
*.patch