From 340268c45c01b14267aebf9e2f71c7694c798822 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 4 Mar 2006 18:35:53 -0800 Subject: [PATCH] Add *.tar.{bz2,gz} to .gitignore for the benefit of "make distcheck". --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3d5e104..181a4a1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ ltmain.sh missing mkinstalldirs *.pc +*.tar.bz2 +*.tar.gz -- 2.34.1