diff options
author | Qrius <[email protected]> | 2025-04-23 15:38:03 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2025-04-23 15:38:06 +0200 |
commit | 8c2c933f76fd784a601db5c41f9c139c1154d506 (patch) | |
tree | 0095918d82daa84099d7229e2104f6a87b7de2c1 /.gitignore | |
parent | 45f9f608d39289131548a0e1d7962617cf3c028e (diff) | |
download | skaldpress-8c2c933f76fd784a601db5c41f9c139c1154d506.tar.gz skaldpress-8c2c933f76fd784a601db5c41f9c139c1154d506.zip |
Readd Makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ dist/ __pycache__/ *.so *~ +*.deb venv/ # due to using nox and pytest @@ -16,3 +17,4 @@ debian/skaldpress/ debian/.debhelper/ debian/debhelper-build-stamp debian/skaldpress.substvars +.pybuild/ |