Skip to content

Commit

Permalink
Cover ubsan libraries with gitignore.
Browse files Browse the repository at this point in the history
This was previously only scoped to ASan. Move it up to the module
directory so it covers all variants.
  • Loading branch information
DanAlbert committed May 7, 2024
1 parent 4672ec0 commit 2c76097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion sanitizers/app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/build
/build

# These are installed by the cmake build.
libclang_rt.*.so
2 changes: 0 additions & 2 deletions sanitizers/app/src/asan/jniLibs/.gitignore

This file was deleted.

0 comments on commit 2c76097

Please sign in to comment.