From c5e6b8fb0124251697dbe396bb78d9cfda470e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 17 May 2013 16:06:48 +0200 Subject: [PATCH] git: add *.bz2 into gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 575ea1e1..a7c746ce 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ scripts/*/*.json scripts/*.csv scripts/*.json calebasse/calebasse.log + +# Databases +*.bz2