From 58debe92bed9f86518f9c3ea10916908279a7944 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Wed, 10 Jun 2015 16:14:27 -0100 Subject: [PATCH] add tarballs to .gitignore Summary: @public release tarballs generated by our scripts should be ignored. Test Plan: put all the tarballs in infer/ (sources, osx, linux), git status doesn't show them. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ec9ca3c2f..f3f8bd64a 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,9 @@ infer/tests/.idea/copyright/profiles_settings.xml infer-out/ *.o.astlog *.o.sh +infer-sources.tar.gz +infer-osx-*.tar.xz +infer-linux64-*.tar.xz # Directories generated by buck buck-out/