Is there any way to tell Git to track a file's existence, but not to track the content of the file? I would like Git to create a file if it doesn't already exist when git pull is run, but to otherwise ignore the file.
This would be highly useful for error_logs ect in a web-app I am developing.