aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetronald Green <petronaldgreen@gmail.com>2019-11-08 17:06:39 -0400
committerBrendan Forster <brendan@github.com>2019-11-08 17:06:39 -0400
commitb2198b3e6662750c1ffb810ad9d5078422913f98 (patch)
treeb8f1619f802eaf44a34b6285f290136b815fec60
parent766cf0c10fb85a9b290d6f6e395e9e0a0f7aa4b2 (diff)
downloadgitignore-b2198b3e6662750c1ffb810ad9d5078422913f98.tar.gz
gitignore-b2198b3e6662750c1ffb810ad9d5078422913f98.zip
Added celerybeat.pid (#3229)
-rw-r--r--Python.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/Python.gitignore b/Python.gitignore
index f7174864..21bdc4d5 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -91,8 +91,9 @@ ipython_config.py
# install all needed dependencies.
#Pipfile.lock
-# celery beat schedule file
+# Celery stuff
celerybeat-schedule
+celerybeat.pid
# SageMath parsed files
*.sage.py