diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-07-21 23:18:02 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-07-21 23:18:02 +0200 |
commit | 9312aad7124c1da8893e5f5ea872b90dc04a4059 (patch) | |
tree | 7fed3441b18457e891f072e9a0cac2a1b8008e23 /.gitignore | |
parent | c951f117beae4c7cf070bcae01ebf2d633b72b0a (diff) |
[win32] add easyhook.dll to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 851e3246d4..ca160b186e 100644 --- a/.gitignore +++ b/.gitignore @@ -284,6 +284,7 @@ lib/cpluff/stamp-h1 # /system /system/cpluff.dll +/system/EasyHook32.dll /system/libcurl.dll /system/libeay32.dll /system/librtmp.dll |