Закрываем доступ к файлам .patch, .orig, .rej через .htaccess.

Добавляем в файл .htaccess. Версия для Apache 2.2.

# Disable access to file.orig, file.rej, file.patch.
<FilesMatch "\.(orig|rej|patch)$">
  Order allow,deny
</FilesMatch>