summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2023-03-14 01:56:33 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2023-09-26 20:14:56 +0200
commit05d25fc9a9e60a7ae209405cd2c825c1adc6ecdb (patch)
treeed7aa0fcef9a75c6a620a0f54d1a9143028bbf86 /.gitignore
parent5862e5b60f988900143ee0f8516bb9eab3ced710 (diff)
Move packaging related files to its own directory
Instead of using the main build command now a Python package is explicitly created and extracted, and the Debian package is generated from that extracted package to be able to adjust some things (like copying a "setup.py" file used only for packaging without having to include it in the main sources). Unfortunately not everything can be done under the "packaging" directory, as the "__pycache__" and "egg-info" directories are created in the source directory when the Python package is created. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 5ed425da0..fe43b147e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,7 +38,6 @@
/.fleet
# Recording server packages
-/recording/deb_dist
-/recording/dist/
-/recording/nextcloud-talk-recording-*.tar.gz
+/recording/packaging/nextcloud-talk-recording-*
+/recording/src/nextcloud/talk/recording/__pycache__/
/recording/src/nextcloud_talk_recording.egg-info/