diff --git a/sanitizers/app/.gitignore b/sanitizers/app/.gitignore index 42afabfd2..6b30691d5 100644 --- a/sanitizers/app/.gitignore +++ b/sanitizers/app/.gitignore @@ -1 +1,4 @@ -/build \ No newline at end of file +/build + +# These are installed by the cmake build. +libclang_rt.*.so diff --git a/sanitizers/app/src/asan/jniLibs/.gitignore b/sanitizers/app/src/asan/jniLibs/.gitignore deleted file mode 100644 index 0052992e0..000000000 --- a/sanitizers/app/src/asan/jniLibs/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# These are installed by the cmake build. -libclang_rt.asan-*-android.so