Add the following to your .htaccess file then add the IP address and you an add additional lines below. Just also remove the "<-- add IP address here"
# disable access from specific IP address
<Limit GET POST>
order allow,deny
deny from xxx.xxx.xxx.xxx <-- add IP address here
allow from all
</Limit>