From e9283690664de8033f40b4ca9a10b5684fa3f0e2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 28 Apr 2012 15:47:02 -0400 Subject: [PATCH] ignore common dirs across dev machines --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index a3d1be4..f5aa0f9 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,9 @@ log /*.rar /*.rtf /*.tar +/*.tgz +/*.tbz2 +/*.txz /*.xz /*.zip @@ -256,11 +259,16 @@ log /.ssh/console.* /chromium /chromiumos +/chroot/ /Desktop/ /Documents/ /Downloads/ +/glibc/ /Music/ /public_html/ +/sandbox*/ +/strace/ +/uclibc/ /www/ # other git trees -- 2.39.2