From 6a573b22bdafe25d3341a8e20f7916b219042f7a Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 22 Dec 2016 09:41:55 +0100 Subject: gittattributes: Exclude dotfiles from created archives Exclude .git* files and .travis.yml from release packages created using git archive. Signed-off-by: Tobias Klauser --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 115e4dc..f369474 100644 --- a/.gitignore +++ b/.gitignore @@ -62,5 +62,6 @@ config.log .MAIL_MSG # Excluded from ignorance +!.gitattributes !.gitignore !.travis.yml -- cgit v1.2.3-54-g00ecf