From 251cbaba63871e6bb4908f8f07344e8bab250e76 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Sat, 14 May 2011 18:54:35 -0700 Subject: [PATCH] Added .bz2 and stage1 directory to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bc453137354d..a4a69c7a1b22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ ->*~ +*~ \#*\# \#* .#* @@ -55,3 +55,5 @@ config.mk src/.DS_Store /stage0/ /dl/ +/stage1/ +*.bz2