diff options
author | Lauri Nurmi <[email protected]> | 2016-05-10 12:27:36 +0300 |
---|---|---|
committer | Lauri Nurmi <[email protected]> | 2016-05-10 12:33:43 +0300 |
commit | 96f7db38689817d7fa967396edad287926a1be7c (patch) | |
tree | f8f6fea621437e7bd604203dad57d859e597bc3e /.gitignore | |
parent | 2d0bafb646e238978bce966b9adae31fa92fb26b (diff) |
Ignore VC++-specific *.pdb and *.ilk
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2c4639d6c..691fab8d2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ libbotan*.so.* *.dylib *.exp *.lib +*.pdb +*.ilk *.dll *.exe *.manifest |