1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

debian: exclude directories ".git", "build" and "release" from source package

This commit is contained in:
Sébastien Helleu
2023-12-24 18:41:38 +01:00
parent 31881ebacf
commit 5ccb0c23f9
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
tar-ignore = ".git"
tar-ignore = "build"
tar-ignore = "release"