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

core: add file .gitattributes to exclude some files from tarballs

Files excluded: .git* (.gitignore, .gitattributes), weechat.spec
Directory excluded: debian/
This commit is contained in:
Sebastien Helleu
2013-02-02 15:37:10 +01:00
parent 3306c0f3b5
commit 8796626ea2
+5
View File
@@ -0,0 +1,5 @@
# files/directories excluded from tarballs
.git* export-ignore
debian export-ignore
weechat.spec export-ignore