Homec4science

Ignore *.pid.lock

Authored by Roman Pushkin <roman.pushkin@gmail.com> on Jul 2 2016, 18:05.

Description

Ignore *.pid.lock

Some popular applications (for example, Phusion Passenger) leave *.pid.lock file(s). For example, when you type passenger start with simple express app listening on port 3000, it leaves the following files:

  • passenger.3000.pid (removed when passenger stops)
  • passenger.3000.log
  • passenger.3000.pid.lock

While *pid and *.log are ignored, *.pid.lock remains unignored. Phusion Passenger is quite popular, and *.pid.lock file should be ignored.

Details

Committed
GitHub <noreply@github.com>Jul 2 2016, 18:05
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNOREe662d21883ec: Merge pull request #2031 from AdrianVovk/patch-1
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rGITIGNORE55157bfd0e74: Ignore *.pid.lock (authored by Roman Pushkin <roman.pushkin@gmail.com>).Jul 2 2016, 18:05