diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0d2b408835..ca160b186e 100644 --- a/.gitignore +++ b/.gitignore @@ -227,7 +227,6 @@ lib/cpluff/stamp-h1 # /project/cmake /project/cmake/KodiConfig.cmake -/project/cmake/XBMCConfig.cmake /project/cmake/addons/*.error /project/cmake/addons/.failure /project/cmake/addons/.success @@ -285,6 +284,7 @@ lib/cpluff/stamp-h1 # /system /system/cpluff.dll +/system/EasyHook32.dll /system/libcurl.dll /system/libeay32.dll /system/librtmp.dll @@ -368,6 +368,7 @@ lib/cpluff/stamp-h1 /tools/depends/target/libdvdread/native/ /tools/depends/target/Toolchain_binaddons.cmake /tools/depends/target/config-binaddons.site +/tools/depends/target/binary-addons/native # /tools/EventClients/ /tools/EventClients/*.pyc |