python-systemd/.gitignore
Zbigniew Jędrzejewski-Szmek d713eacb7e Store id128-constants.h in the repository
Instead of generating the list of message ids anew during every build,
the file is generated manually and committed into the
repository. Also, the list of defines is stored in id128-defines.h,
also kept in the repository. Both files should only grow.

This should make build easier. But it also fixes a problem with
systemd, which occasionally drops message definitions. We will keep
them forever, so it should be safe to rely on the presence of message
definitions which systemd does not use anymore.

Fixes #23.
2016-09-21 20:16:37 -04:00

32 lines
282 B
Text

__pycache__/
*.py[co]
/journald/*.so
/TAGS
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
MANIFEST
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
.cache
#Translations
*.mo
#Mr Developer
.mr.developer.cfg