aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-02-16 03:05:55 -0500
committerJoshua M. Boniface <joshua@boniface.me>2024-02-16 03:05:55 -0500
commitbafa6c6c80ae506b55a73ec9c0d825ce10c9d45b (patch)
tree413af832e352a604f0395a3882111dc195464534
parentRemove invalid linter rules (diff)
downloadjellyfin-packaging-bafa6c6c80ae506b55a73ec9c0d825ce10c9d45b.tar.gz
jellyfin-packaging-bafa6c6c80ae506b55a73ec9c0d825ce10c9d45b.tar.bz2
jellyfin-packaging-bafa6c6c80ae506b55a73ec9c0d825ce10c9d45b.zip
Add comments to .gitignore
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6f6e98b..31b8819 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# Ignore temporary build files
build/
+# Ignore the output artifact directory
out/
+# Ignore the generated Debian changelog
debian/changelog
bgstack15