update .gitignore
Update .gitignore to ignore .dep files and windows intermediate build files (issue #17)pull/29/head
parent
15c24b6bf6
commit
4017810b7a
|
@ -4,6 +4,8 @@ core
|
|||
|
||||
.deps
|
||||
|
||||
*.exe
|
||||
*.dep
|
||||
*.diff
|
||||
*.orig
|
||||
*.patch
|
||||
|
|
Loading…
Reference in New Issue