aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: e44155791327ec267422336c72e7160b9b2c7a33 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*._*
*.pyc
*.pyd
*.pyo
*.scssc
*.so
*~
.#*
.DS_Store
\#*#
/test*.py
/.local
/perf.data*
/build
__pycache__/
/*.egg
/*.egg-info
/dist
/.cache
/.pytest_cache
/.coverage
/.mypy_cache
/.venv*
/wheelhouse
acf85fd6d08646a0719178895b5894'>services: mcron: Log to a file....Christopher Baines 2019-01-28gnu: Move most packages from guile.scm to new module....Ricardo Wurmus 2019-01-11services: Deprecate a few more service procedures....Ludovic Courtès 2018-11-13services: mcron: Fix typo in comment....Ludovic Courtès 2018-07-13services: mcron: Add 'schedule' action....Ludovic Courtès 2018-03-19gnu: mcron: Update to 1.1 and deprecate "mcron2"....Ludovic Courtès