diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-03-07 11:45:32 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-03-07 11:45:32 +0100 |
commit | 8981ab1fb593de5d24010df327d2b0c7f242eb2f (patch) | |
tree | 6c1c33d7dbac237e5f2d4d587c51e64e9361b3bb /.gitignore | |
parent | df041082f6c5a8999c771df8a55654fd4c5fa813 (diff) |
[gitignore][windows] x64 dependencies
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 39ef1aa169..0f2f048a6e 100644 --- a/.gitignore +++ b/.gitignore @@ -246,10 +246,12 @@ lib/cpluff/stamp-h1 /project/BuildDependencies/bin/swig /project/BuildDependencies/bin/doxygen /project/BuildDependencies/bin/json-rpc +/project/BuildDependencies/x64 # /system /system/cpluff.dll /system/EasyHook32.dll +/system/EasyHook64.dll /system/libcurl.dll /system/libeay32.dll /system/libexif.dll |