diff --git a/.gitattributes b/.gitattributes index a96884525d7bccefe4026d2f88eabb86aef9cd71..44c20fbe564448f3c2ba5742c5a68db34f605c3d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ non_overlapping_heap/tests/inputfile -text non_overlapping_heap/tests/test1.c -text non_overlapping_heap/tests/test2.c -text non_overlapping_libraries/ld-linux-x86-64.so.2 -text +non_overlapping_libraries/patchelf -text /postgres_setup.sh -text /set_command_envs -text /set_env_vars -text diff --git a/non_overlapping_libraries/patchelf b/non_overlapping_libraries/patchelf new file mode 100755 index 0000000000000000000000000000000000000000..a5800dc23c91b94b92dc3ef554c51ff6072a1f40 Binary files /dev/null and b/non_overlapping_libraries/patchelf differ