From 8796626ea234cd27bc0cb4f28d0e1dad5258e5cf Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 2 Feb 2013 15:37:10 +0100 Subject: [PATCH] core: add file .gitattributes to exclude some files from tarballs Files excluded: .git* (.gitignore, .gitattributes), weechat.spec Directory excluded: debian/ --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6d91af9c8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# files/directories excluded from tarballs + +.git* export-ignore +debian export-ignore +weechat.spec export-ignore